chore: format

This commit is contained in:
naskya 2024-02-28 23:54:49 +09:00
parent f8ac643681
commit 273f790e7e
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -79,10 +79,16 @@
{{ i18n.ts.retry }}
</MkButton>
</div>
<div v-if="user && user.securityKeys && user.twoFactorEnabled" class="or-hr">
<div
v-if="user && user.securityKeys && user.twoFactorEnabled"
class="or-hr"
>
<p class="or-msg">{{ i18n.ts.or }}</p>
</div>
<div v-if="user.twoFactorEnabled" class="twofa-group totp-group">
<div
v-if="user.twoFactorEnabled"
class="twofa-group totp-group"
>
<p style="margin-bottom: 0">
{{ i18n.ts.twoStepAuthentication }}
</p>