style(2fa): add mt-3 for recovery_code btn

This commit is contained in:
Jacky 2025-02-11 09:31:18 +08:00
parent 5d5bac2e25
commit a650175d13
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -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"