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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user