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

Use messages/events instead of main.unlockCompleted

This commit is contained in:
Daniel James Smith
2021-10-18 16:41:42 +02:00
parent 2699e0f5a0
commit fd8de4ca0c
5 changed files with 33 additions and 29 deletions

View File

@@ -0,0 +1,7 @@
export default class lockedVaultPendingNotificationsItem {
commandToRetry: {
msg: any;
sender: chrome.runtime.MessageSender;
}
target: string;
}