mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +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",
|
||||
canActivate: [deepLinkGuard()],
|
||||
loadChildren: async () =>
|
||||
(await import("./secrets-manager/secrets-manager.module")).SecretsManagerModule,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user