mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 04:33:34 +00:00
* 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
11 lines
262 B
HTML
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>
|