forked from naskya/firefish
chore: format
This commit is contained in:
parent
f8ac643681
commit
273f790e7e
1 changed files with 8 additions and 2 deletions
|
@ -79,10 +79,16 @@
|
||||||
{{ i18n.ts.retry }}
|
{{ i18n.ts.retry }}
|
||||||
</MkButton>
|
</MkButton>
|
||||||
</div>
|
</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>
|
<p class="or-msg">{{ i18n.ts.or }}</p>
|
||||||
</div>
|
</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">
|
<p style="margin-bottom: 0">
|
||||||
{{ i18n.ts.twoStepAuthentication }}
|
{{ i18n.ts.twoStepAuthentication }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue