Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Vänttinen <sami.vanttinen@protonmail.com>2022-05-29 10:38:15 +0300
committerGitHub <noreply@github.com>2022-05-29 10:38:15 +0300
commitea1902c27c71f7c22e788c635ccfba973656b401 (patch)
tree4dc1c359d8d9b6212f935075f1db7a3b4b781404
parentd5c05eea691acfd7b0d27acc24d46cfd7707c81a (diff)
parent3b329a83c2abdf498a7061249cb81211bf15c5a5 (diff)
Merge pull request #1628 from ACasset/fix/update-accepted-otp-fields
Update acceptedOTPFields
-rw-r--r--keepassxc-browser/content/totp-field.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/keepassxc-browser/content/totp-field.js b/keepassxc-browser/content/totp-field.js
index f98a521..85dce33 100644
--- a/keepassxc-browser/content/totp-field.js
+++ b/keepassxc-browser/content/totp-field.js
@@ -11,6 +11,7 @@ const acceptedOTPFields = [
'code',
'idvpin',
'mfa',
+ 'one_time_password',
'otp',
'token',
'twofa',