mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
send loggedout message
This commit is contained in:
@@ -98,6 +98,7 @@ export class AuthService {
|
||||
|
||||
logOut(callback: Function) {
|
||||
callback();
|
||||
this.messagingService.send('loggedOut');
|
||||
}
|
||||
|
||||
getDefaultTwoFactorProvider(u2fSupported: boolean): TwoFactorProviderType {
|
||||
|
||||
Reference in New Issue
Block a user