1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

delayed autofill attempt

This commit is contained in:
Kyle Spearrin
2018-05-18 17:05:46 -04:00
parent 7eceedf2fc
commit 047547169a
2 changed files with 29 additions and 4 deletions

View File

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