mirror of
https://example.com
synced 2024-11-22 06:46:40 +09:00
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 }}
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue