aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Settings/TotpSettings.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-02-02 21:14:19 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-02-02 21:14:19 -0500
commit52645b724834e669788a45edb9d135f243432540 (patch)
tree56a5ea56fdf339f00934b3e4cd88212ea3608b29 /front-end/src/components/Settings/TotpSettings.vue
parentdd5e5164262c5ff7ecf6db1003d41d81e6364c09 (diff)
download file formats, button tweaks, more cache infra
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>