1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 14:53:25 +00:00

[bug:euvr] Create Organization Updates (#1664)

This commit is contained in:
Vincent Salucci
2022-05-11 15:39:39 -04:00
committed by GitHub
parent 1dc9502676
commit f5245a280e
7 changed files with 22 additions and 16 deletions

View File

@@ -155,6 +155,11 @@ const routes: Routes = [
.IndividualVaultModule,
},
{ path: "sends", component: SendComponent, data: { title: "Send" } },
{
path: "create-organization",
component: CreateOrganizationComponent,
data: { titleId: "newOrganization" },
},
{
path: "settings",
component: SettingsComponent,
@@ -181,11 +186,6 @@ const routes: Routes = [
loadChildren: async () =>
(await import("./settings/subscription-routing.module")).SubscriptionRoutingModule,
},
{
path: "create-organization",
component: CreateOrganizationComponent,
data: { titleId: "newOrganization" },
},
{
path: "emergency-access",
children: [