mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
cache groupings page state
This commit is contained in:
@@ -84,9 +84,12 @@ export class AppComponent implements OnInit {
|
||||
this.i18nService.t('loginExpired'));
|
||||
}
|
||||
this.router.navigate(['home']);
|
||||
this.stateService.purge();
|
||||
});
|
||||
this.changeDetectorRef.detectChanges();
|
||||
});
|
||||
} else if (msg.command === 'locked') {
|
||||
this.stateService.purge();
|
||||
} else if (msg.command === 'showDialog') {
|
||||
const buttons = [msg.confirmText == null ? this.i18nService.t('ok') : msg.confirmText];
|
||||
if (msg.cancelText != null) {
|
||||
|
||||
Reference in New Issue
Block a user