aboutsummaryrefslogtreecommitdiff
path: root/src/components/mfa_form/totp_form.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mfa_form/totp_form.vue')
-rw-r--r--src/components/mfa_form/totp_form.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/mfa_form/totp_form.vue b/src/components/mfa_form/totp_form.vue
index 79230148..4ee13992 100644
--- a/src/components/mfa_form/totp_form.vue
+++ b/src/components/mfa_form/totp_form.vue
@@ -27,6 +27,7 @@
<div>
<button
class="button-unstyled -link"
+ type="button"
@click.prevent="requireRecovery"
>
{{ $t('login.enter_recovery_code') }}
@@ -34,6 +35,7 @@
<br>
<button
class="button-unstyled -link"
+ type="button"
@click.prevent="abortMFA"
>
{{ $t('general.cancel') }}