1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 15:43:28 +00:00

[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
This commit is contained in:
cyprain-okeke
2025-02-19 13:13:40 +01:00
committed by GitHub
parent fa8ee6fa02
commit 39f241db3d
3 changed files with 43 additions and 24 deletions

View File

@@ -2,5 +2,9 @@
<bit-container>
<p>{{ "newOrganizationDesc" | i18n }}</p>
<app-organization-plans></app-organization-plans>
<app-organization-plans
[enableSecretsManagerByDefault]="secretsManager"
[plan]="plan"
[productTier]="productTier"
></app-organization-plans>
</bit-container>