1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 19:04:01 +00:00

feat(change-password-component): Change Password Update [18720] - Tidied up code.

This commit is contained in:
Patrick Pimentel
2025-05-27 16:24:17 -04:00
parent 356da9885a
commit 7386fd8780
7 changed files with 30 additions and 38 deletions

View File

@@ -148,7 +148,7 @@ const routes: Routes = [
canActivate: [
canAccessFeature(
FeatureFlag.PM16117_ChangeExistingPasswordRefactor,
true,
false,
"change-password",
false,
),
@@ -600,15 +600,7 @@ const routes: Routes = [
},
{
path: "change-password",
data: {
hideFooter: true,
} satisfies AnonLayoutWrapperData,
children: [
{
path: "",
component: ChangePasswordComponent,
},
],
component: ChangePasswordComponent,
},
],
},