mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
syncing from menu and vault reload
This commit is contained in:
@@ -61,9 +61,6 @@ export class AppComponent implements OnInit {
|
||||
case 'logout':
|
||||
this.logOut(message.expired);
|
||||
break;
|
||||
case 'doneLoggingOut':
|
||||
this.doneLoggingOut(message.expired);
|
||||
break;
|
||||
case 'locked':
|
||||
break;
|
||||
case 'unlocked':
|
||||
@@ -92,10 +89,6 @@ export class AppComponent implements OnInit {
|
||||
this.passwordGenerationService.clear(),
|
||||
]);
|
||||
|
||||
this.doneLoggingOut(expired);
|
||||
}
|
||||
|
||||
private doneLoggingOut(expired: boolean) {
|
||||
this.authService.logOut(() => {
|
||||
this.analytics.eventTrack.next({ action: 'Logged Out' });
|
||||
if (expired) {
|
||||
|
||||
Reference in New Issue
Block a user