mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[PM-5891] Add deepLinkGuard to /sm route to allow deep linking to Secrets Manager on login (#7686)
This commit is contained in:
parent
ec5c6b6797
commit
eedf00e215
@ -13,6 +13,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: "sm",
|
||||
canActivate: [deepLinkGuard()],
|
||||
loadChildren: async () =>
|
||||
(await import("./secrets-manager/secrets-manager.module")).SecretsManagerModule,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user