mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-22 02:00:08 +01:00
#1513 Indodax FIX
This commit is contained in:
parent
bddbdf9834
commit
23d2efab8c
@ -62,7 +62,7 @@ const inputToken = (request, inputElement, siteURL) => {
|
||||
document.activeElement.dispatchEvent(inputEvent);
|
||||
|
||||
// NORTON FIX
|
||||
if (siteURL.includes('login.norton')) {
|
||||
if (siteURL.includes('login.norton') || siteURL.includes('indodax.com')) {
|
||||
document.activeElement.dispatchEvent(new KeyboardEvent('keyup', { key: request.token[i] }));
|
||||
}
|
||||
// END NORTON FIX
|
||||
|
Loading…
Reference in New Issue
Block a user