mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1849 from Unpublished/adflyTOTP
Support adf.ly TOTP field
This commit is contained in:
commit
88a4acb1e6
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,9 @@ kpxcSites.expectedTOTPMaxLength = function() {
|
|||
if (document.location.origin.startsWith('https://www.amazon')
|
||||
&& document.location.href.includes('/ap/mfa')) {
|
||||
return 20;
|
||||
} else if (document.location.origin.startsWith('https://adf.ly')
|
||||
&& document.location.href.includes('/index/twoFactorAuthentication')) {
|
||||
return 30;
|
||||
}
|
||||
|
||||
return MAX_TOTP_INPUT_LENGTH;
|
||||
|
|
|
|||
Loading…
Reference in a new issue