1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

renamed event to updated2fa

This commit is contained in:
Kyle Spearrin
2018-10-09 16:01:00 -04:00
parent 844a9f934f
commit 989560f23c
3 changed files with 5 additions and 5 deletions

View File

@@ -47,8 +47,8 @@ export class EventService {
case EventType.User_ChangedPassword:
msg = this.i18nService.t('changedPassword');
break;
case EventType.User_Enabled2fa:
msg = this.i18nService.t('enabled2fa');
case EventType.User_Updated2fa:
msg = this.i18nService.t('enabledUpdated2fa');
break;
case EventType.User_Disabled2fa:
msg = this.i18nService.t('disabled2fa');