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:
@@ -0,0 +1,7 @@
|
||||
export default class lockedVaultPendingNotificationsItem {
|
||||
commandToRetry: {
|
||||
msg: any;
|
||||
sender: chrome.runtime.MessageSender;
|
||||
}
|
||||
target: string;
|
||||
}
|
||||
Reference in New Issue
Block a user