aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Settings/TotpSettings.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-02-02 17:04:47 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-02-02 17:04:47 -0500
commitdd5e5164262c5ff7ecf6db1003d41d81e6364c09 (patch)
tree9b5a34f0c57eeb55f7625f2eb60b191a494d1758 /front-end/src/components/Settings/TotpSettings.vue
parentdab4c63543af688e67661b0091b49edb00e9557d (diff)
add bookmark export, fix some ui stuff
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 1d79914..0019a9d 100644
--- a/front-end/src/components/Settings/TotpSettings.vue
+++ b/front-end/src/components/Settings/TotpSettings.vue
@@ -114,7 +114,7 @@ const onVerifyOtp = async (code: string) => {
</span>
</div>
<div v-if="totpEnabled" class="flex">
- <button class="btn light">
+ <button class="btn light" @click="addOrUpdate()">
Regenerate
</button>
<button class="btn red" @click="disableTotp()">