1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 19:11:22 +00:00

feat(change-password-component): Change Password Update [18720] - Adding more content for the routing.

This commit is contained in:
Patrick Pimentel
2025-05-28 10:56:16 -04:00
parent ec81662dcf
commit 5e2e0dda8e
4 changed files with 25 additions and 7 deletions

View File

@@ -601,6 +601,7 @@ const routes: Routes = [
{
path: "change-password",
component: ChangePasswordComponent,
// canActivate: [authGuard],
},
],
},