mirror of
https://github.com/bitwarden/web
synced 2026-01-07 11:03:16 +00:00
[Reset Password v1] Update Temp Password (#1111)
* [Reset Password v1] Update Temp Password * Updated event string * updated jslib Co-authored-by: addison <addisonbeck1@gmail.com>
This commit is contained in:
@@ -71,6 +71,9 @@ export class EventService {
|
||||
case EventType.User_ClientExportedVault:
|
||||
msg = humanReadableMsg = this.i18nService.t('exportedVault');
|
||||
break;
|
||||
case EventType.User_UpdatedTempPassword:
|
||||
msg = humanReadableMsg = this.i18nService.t('updatedMasterPassword');
|
||||
break;
|
||||
// Cipher
|
||||
case EventType.Cipher_Created:
|
||||
msg = this.i18nService.t('createdItemId', this.formatCipherId(ev, options));
|
||||
|
||||
Reference in New Issue
Block a user