aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Settings/TotpSettings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/components/Settings/TotpSettings.vue')
-rw-r--r--front-end/src/components/Settings/TotpSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/components/Settings/TotpSettings.vue b/front-end/src/components/Settings/TotpSettings.vue
index 0019a9d..5793795 100644
--- a/front-end/src/components/Settings/TotpSettings.vue
+++ b/front-end/src/components/Settings/TotpSettings.vue
@@ -113,7 +113,7 @@ const onVerifyOtp = async (code: string) => {
>
</span>
</div>
- <div v-if="totpEnabled" class="flex">
+ <div v-if="totpEnabled" class="flex gap-2">
<button class="btn light" @click="addOrUpdate()">
Regenerate
</button>