1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

refactor(account-recovery): [PM-18721][PM-21272] Integrate InputPasswordComponent in AccountRecoveryDialogComponent (#14662)

Integrates the `InputPasswordComponent` within the new `AccountRecoveryDialogComponent`.

Feature flag: `PM16117_ChangeExistingPasswordRefactor`
This commit is contained in:
rr-bw
2025-06-25 07:29:22 -07:00
committed by GitHub
parent 1b441e8a0f
commit 1df54c71be
9 changed files with 229 additions and 14 deletions

View File

@@ -2225,6 +2225,9 @@
"disable": {
"message": "Turn off"
},
"orgUserDetailsNotFound": {
"message": "Member details not found."
},
"revokeAccess": {
"message": "Revoke access"
},