From 3b329a83c2abdf498a7061249cb81211bf15c5a5 Mon Sep 17 00:00:00 2001 From: ACasset <39308904+ACasset@users.noreply.github.com> Date: Thu, 19 May 2022 10:23:17 +0200 Subject: [PATCH] Update acceptedOTPFields Add 'one_time_password' as an accepted field (i.e. for [FireflyIII](https://github.com/firefly-iii/firefly-iii/blob/ad1783759323307cc847f8ffacccd53861261fab/resources/views/auth/mfa.twig#L21)) --- keepassxc-browser/content/totp-field.js | 1 + 1 file changed, 1 insertion(+) 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',