We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5bac2 commit a650175Copy full SHA for a650175
app/src/components/TwoFA/Authorization.vue
@@ -110,7 +110,7 @@ onMounted(() => {
110
</AButton>
111
</div>
112
113
- <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">
114
<a
115
v-if="!useRecoveryCode"
116
@click="clickUseRecoveryCode"
0 commit comments