1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

more menu options

This commit is contained in:
Kyle Spearrin
2018-02-09 13:21:23 -05:00
parent e763b481ef
commit 16545d9be7
3 changed files with 184 additions and 34 deletions

View File

@@ -72,14 +72,6 @@ export class AppComponent implements OnInit {
break;
case 'syncCompleted':
break;
case 'confirmLogout':
const logoutConfirmed = await this.platformUtilsService.showDialog(
this.i18nService.t('logOutConfirmation'), this.i18nService.t('logOut'),
this.i18nService.t('logOut'), this.i18nService.t('cancel'));
if (logoutConfirmed) {
this.logOut(false);
}
break;
default:
}
});