mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
send loggedout message
This commit is contained in:
parent
61918fbc04
commit
4412708ecb
@ -98,6 +98,7 @@ export class AuthService {
|
||||
|
||||
logOut(callback: Function) {
|
||||
callback();
|
||||
this.messagingService.send('loggedOut');
|
||||
}
|
||||
|
||||
getDefaultTwoFactorProvider(u2fSupported: boolean): TwoFactorProviderType {
|
||||
|
Loading…
Reference in New Issue
Block a user