1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 04:33:34 +00:00
Files
browser/apps/web/src/app/admin-console/settings/create-organization.component.html
cyprain-okeke 39f241db3d [PM-13620]Existing user email linking to create-organization (#13030)
* Changes for the existing users

* Remove the complicated method

* add the column after the patch value

* Revert removal of plan query params

* Resolve the non blocking issue
2025-02-19 13:13:40 +01:00

11 lines
262 B
HTML

<app-header></app-header>
<bit-container>
<p>{{ "newOrganizationDesc" | i18n }}</p>
<app-organization-plans
[enableSecretsManagerByDefault]="secretsManager"
[plan]="plan"
[productTier]="productTier"
></app-organization-plans>
</bit-container>