1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Wait for user to log in before trying to save credentials

This commit is contained in:
Daniel James Smith
2021-09-30 16:43:10 +02:00
parent 5c175e2201
commit 838bfe9454
3 changed files with 35 additions and 18 deletions

View File

@@ -127,6 +127,7 @@ export default class MainBackground {
onReplacedRan: boolean;
loginToAutoFill: any = null;
notificationQueue: any[] = [];
retryQueue: any[] = [];
private commandsBackground: CommandsBackground;
private contextMenusBackground: ContextMenusBackground;