1
0
Эх сурвалжийг харах

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

Jacky 2 сар өмнө
parent
commit
a650175d13

+ 1 - 1
app/src/components/TwoFA/Authorization.vue

@@ -110,7 +110,7 @@ onMounted(() => {
       </AButton>
     </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
         v-if="!useRecoveryCode"
         @click="clickUseRecoveryCode"