mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Open notificationBar (new and existing login) even though vault is locked
This commit is contained in:
9
src/background/models/addChangePasswordQueueMessage.ts
Normal file
9
src/background/models/addChangePasswordQueueMessage.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default class addChangePasswordQueueMessage {
|
||||
type: string;
|
||||
cipherId: string;
|
||||
newPassword: string;
|
||||
domain: string;
|
||||
tabId: string;
|
||||
expires: Date;
|
||||
wasVaultLocked: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user