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:
@@ -13,6 +13,7 @@ const routes: Routes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "sm",
|
path: "sm",
|
||||||
|
canActivate: [deepLinkGuard()],
|
||||||
loadChildren: async () =>
|
loadChildren: async () =>
|
||||||
(await import("./secrets-manager/secrets-manager.module")).SecretsManagerModule,
|
(await import("./secrets-manager/secrets-manager.module")).SecretsManagerModule,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user