mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
[PM-5963] Fix tde offboarding vault corruption (#9480)
* Fix tde offboarding * Add tde offboarding password request * Add event for tde offboarding * Update libs/auth/src/common/models/domain/user-decryption-options.ts Co-authored-by: Jake Fink <jfink@bitwarden.com> * Update libs/common/src/services/api.service.ts Co-authored-by: Jake Fink <jfink@bitwarden.com> * Make tde offboarding take priority * Update tde offboarding message * Fix unit tests * Fix unit tests * Fix typo * Fix unit tests --------- Co-authored-by: Jake Fink <jfink@bitwarden.com>
This commit is contained in:
@@ -86,6 +86,9 @@ export class EventService {
|
||||
case EventType.User_RequestedDeviceApproval:
|
||||
msg = humanReadableMsg = this.i18nService.t("requestedDeviceApproval");
|
||||
break;
|
||||
case EventType.User_TdeOffboardingPasswordSet:
|
||||
msg = humanReadableMsg = this.i18nService.t("tdeOffboardingPasswordSet");
|
||||
break;
|
||||
// Cipher
|
||||
case EventType.Cipher_Created:
|
||||
msg = this.i18nService.t("createdItemId", this.formatCipherId(ev, options));
|
||||
|
||||
Reference in New Issue
Block a user