diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-02-03 06:23:35 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-02-03 06:23:35 +0000 |
| commit | 6f3acb3c1beeaf50675f55afe40911d5fb26f2bf (patch) | |
| tree | b78997b9d0cbbf56e0f3126d43f0a7f52947ab96 /src/components/mfa_form/totp_form.vue | |
| parent | 7d4c7e3b3fce5d16849e677703e17ea67da927c8 (diff) | |
| parent | 982c799b6fde804018656212aea6128a6f0df928 (diff) | |
Merge branch 'fix-otp-login-kbd' into 'develop'
Fix #1033 as well as other (potential) similar issues
Closes #1033
See merge request pleroma/pleroma-fe!1338
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> |
