Skip to content

Commit a650175

Browse files
committed
style(2fa): add mt-3 for recovery_code btn
1 parent 5d5bac2 commit a650175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/TwoFA/Authorization.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ onMounted(() => {
110110
</AButton>
111111
</div>
112112

113-
<div v-if="twoFAStatus.otp_status || twoFAStatus.recovery_codes_generated" class="flex justify-center">
113+
<div v-if="twoFAStatus.otp_status || twoFAStatus.recovery_codes_generated" class="flex justify-center mt-3">
114114
<a
115115
v-if="!useRecoveryCode"
116116
@click="clickUseRecoveryCode"

0 commit comments

Comments
 (0)