1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-5891] Add deepLinkGuard to /sm route to allow deep linking to Secrets Manager on login (#7686)

This commit is contained in:
Todd Martin
2024-03-20 18:02:45 -04:00
committed by GitHub
parent ec5c6b6797
commit eedf00e215

View File

@@ -13,6 +13,7 @@ const routes: Routes = [
},
{
path: "sm",
canActivate: [deepLinkGuard()],
loadChildren: async () =>
(await import("./secrets-manager/secrets-manager.module")).SecretsManagerModule,
},