diff options
| author | Henry Jameson <me@hjkos.com> | 2021-02-01 21:07:09 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-02-01 21:07:09 +0200 |
| commit | 982c799b6fde804018656212aea6128a6f0df928 (patch) | |
| tree | 3c829339bbb2dc9b4f4baccb4084dc77ecb4936b /src/components/mfa_form/totp_form.vue | |
| parent | de66267a07eb018cc0309ff6f9dd896d53ba3ff4 (diff) | |
fix a bunch of <button>s acting as submit buttons breaking enter key
Diffstat (limited to 'src/components/mfa_form/totp_form.vue')
| -rw-r--r-- | src/components/mfa_form/totp_form.vue | 2 |
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..5d80e185 100644 --- a/src/components/mfa_form/totp_form.vue +++ b/src/components/mfa_form/totp_form.vue @@ -28,6 +28,7 @@ <button class="button-unstyled -link" @click.prevent="requireRecovery" + type="button" > {{ $t('login.enter_recovery_code') }} </button> @@ -35,6 +36,7 @@ <button class="button-unstyled -link" @click.prevent="abortMFA" + type="button" > {{ $t('general.cancel') }} </button> |
