1
0
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:
Kyle Spearrin 2018-02-15 13:39:18 -05:00
parent 61918fbc04
commit 4412708ecb

View File

@ -98,6 +98,7 @@ export class AuthService {
logOut(callback: Function) {
callback();
this.messagingService.send('loggedOut');
}
getDefaultTwoFactorProvider(u2fSupported: boolean): TwoFactorProviderType {