mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 20:24:01 +00:00
feat(change-password-component): Change Password Update [18720] - Turned on auth guard on other clients for change-password route.
This commit is contained in:
@@ -568,8 +568,7 @@ const routes: Routes = [
|
||||
component: ChangePasswordComponent,
|
||||
},
|
||||
],
|
||||
// TODO: Turn this on with PM-22155 and resolve routing complexities.
|
||||
// canActivate: [authGuard]
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -336,8 +336,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: "change-password",
|
||||
component: ChangePasswordComponent,
|
||||
// TODO: Turn this on with PM-22155 and resolve routing complexities.
|
||||
// canActivate: [authGuard],
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user