1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-17 18:09:17 +00:00

feat(change-password-component): Change Password Update [18720] - Found a bug, working on password policy being present on login.

This commit is contained in:
Patrick Pimentel
2025-06-05 15:24:43 -04:00
parent 2c7da3bb0f
commit 28da2c9615
5 changed files with 10 additions and 16 deletions

View File

@@ -594,8 +594,7 @@ const routes: Routes = [
{
path: "change-password",
component: ChangePasswordComponent,
// TODO: Turn this on with PM-22155 and resolve routing complexities.
// canActivate: [authGuard],
canActivate: [authGuard],
},
],
},