mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
refactor: move organizations folder to admin-console, refs AC-1202 (#5118)
This commit is contained in:
@@ -51,7 +51,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: "members",
|
||||
loadChildren: () => import("../../organizations/members").then((m) => m.MembersModule),
|
||||
loadChildren: () => import("./members").then((m) => m.MembersModule),
|
||||
},
|
||||
{
|
||||
path: "groups",
|
||||
|
||||
Reference in New Issue
Block a user