mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
style(2fa): add mt-3 for recovery_code btn
This commit is contained in:
parent
5d5bac2e25
commit
a650175d13
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ onMounted(() => {
|
||||||
</AButton>
|
</AButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="twoFAStatus.otp_status || twoFAStatus.recovery_codes_generated" class="flex justify-center">
|
<div v-if="twoFAStatus.otp_status || twoFAStatus.recovery_codes_generated" class="flex justify-center mt-3">
|
||||||
<a
|
<a
|
||||||
v-if="!useRecoveryCode"
|
v-if="!useRecoveryCode"
|
||||||
@click="clickUseRecoveryCode"
|
@click="clickUseRecoveryCode"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue