This commit is contained in:
GrzegorzZajac000 2024-03-02 14:49:00 +01:00
parent bddbdf9834
commit 23d2efab8c

View File

@ -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