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