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

Move access intelligence feature under bitwarden_license (#12116)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-11-25 18:48:34 +01:00
committed by GitHub
parent f65a39d6d8
commit 1bfdfd9375
21 changed files with 26 additions and 46 deletions

View File

@@ -76,6 +76,13 @@ const routes: Routes = [
},
],
},
{
path: "access-intelligence",
loadChildren: () =>
import("../../tools/access-intelligence/access-intelligence.module").then(
(m) => m.AccessIntelligenceModule,
),
},
],
},
];