mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-22 02:00:08 +01:00
#1501 inputSelectors - AWS
This commit is contained in:
parent
37005c2634
commit
a698453a05
@ -33,7 +33,9 @@ const inputsSelectors = () => {
|
||||
|
||||
// ONLY DETAILED
|
||||
const passwordSelectors = [
|
||||
'input[type="password"]#security-code'
|
||||
'input[type="password"]#security-code', // OneLogin
|
||||
'input#mfacode', // AWS
|
||||
'input[type="password"]#challenge' // AWS
|
||||
].join(',');
|
||||
|
||||
const textAreaSelectors = [
|
||||
|
Loading…
Reference in New Issue
Block a user