1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 19:41:26 +00:00

feat(change-password-component): Change Password Update [18720] - Pausing work for now while we wait for product to hear back.

This commit is contained in:
Patrick Pimentel
2025-05-23 14:30:46 -04:00
parent 913b7ec5d6
commit 0be93fa65f
8 changed files with 49 additions and 32 deletions

View File

@@ -154,6 +154,9 @@ const routes: Routes = [
component: ChangePasswordComponent,
},
],
data: {
hideFooter: true,
} satisfies AnonLayoutWrapperData,
},
],
data: { titleId: "updatePassword" } satisfies RouteDataProperties,
@@ -164,7 +167,7 @@ const routes: Routes = [
canActivate: [
canAccessFeature(
FeatureFlag.PM16117_ChangeExistingPasswordRefactor,
false,
true,
"change-password",
false,
),

View File

@@ -6057,7 +6057,7 @@
"message": "Update master password"
},
"accountRecoveryUpdateMasterPasswordSubtitle": {
"message": "Admins have recovered your account. Change you master password to continue."
"message": "Change your master password to complete account recovery."
},
"updateMasterPasswordSubtitle": {
"message": "Your master password does not meet this organizations requirements. Change your master password to continue."