mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
delayed autofill attempt
This commit is contained in:
@@ -174,6 +174,7 @@ export default class AutofillService implements AutofillServiceInterface {
|
||||
BrowserApi.tabSendMessage(tab, {
|
||||
command: 'fillForm',
|
||||
fillScript: fillScript,
|
||||
url: tab.url,
|
||||
}, { frameId: pd.frameId });
|
||||
|
||||
if (options.cipher.type !== CipherType.Login || totpPromise || options.skipTotp ||
|
||||
|
||||
Reference in New Issue
Block a user