[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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