send loggedout message

This commit is contained in:
Kyle Spearrin 2018-02-15 13:39:18 -05:00
parent 61918fbc04
commit 4412708ecb
1 changed files with 1 additions and 0 deletions

View File

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