mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
internal runtime messages in safari
This commit is contained in:
@@ -68,7 +68,7 @@ export default class RuntimeBackground {
|
||||
});
|
||||
}
|
||||
|
||||
private async processMessage(msg: any, sender: any, sendResponse: any) {
|
||||
async processMessage(msg: any, sender: any, sendResponse: any) {
|
||||
switch (msg.command) {
|
||||
case 'loggedIn':
|
||||
case 'unlocked':
|
||||
|
||||
Reference in New Issue
Block a user