1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Make client owner email required when creating client org (#10403)

This commit is contained in:
Alex Morask 2024-08-05 14:42:50 -04:00 committed by GitHub
parent aaf8b3e2b1
commit 2c5c96094c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,6 +187,7 @@ export class OrganizationPlansComponent implements OnInit, OnDestroy {
if (this.hasProvider) {
this.formGroup.controls.businessOwned.setValue(true);
this.formGroup.controls.clientOwnerEmail.addValidators(Validators.required);
this.changedOwnedBusiness();
this.provider = await this.providerApiService.getProvider(this.providerId);
const providerDefaultPlan = this.passwordManagerPlans.find(