mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Make client owner email required when creating client org (#10403)
This commit is contained in:
@@ -187,6 +187,7 @@ export class OrganizationPlansComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
if (this.hasProvider) {
|
if (this.hasProvider) {
|
||||||
this.formGroup.controls.businessOwned.setValue(true);
|
this.formGroup.controls.businessOwned.setValue(true);
|
||||||
|
this.formGroup.controls.clientOwnerEmail.addValidators(Validators.required);
|
||||||
this.changedOwnedBusiness();
|
this.changedOwnedBusiness();
|
||||||
this.provider = await this.providerApiService.getProvider(this.providerId);
|
this.provider = await this.providerApiService.getProvider(this.providerId);
|
||||||
const providerDefaultPlan = this.passwordManagerPlans.find(
|
const providerDefaultPlan = this.passwordManagerPlans.find(
|
||||||
|
|||||||
Reference in New Issue
Block a user