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:
@@ -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,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user