mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 23:23:52 +00:00
Fix setup provider page (#1106)
* Show only business org create form if provider * Remove business name from provider views
This commit is contained in:
@@ -85,6 +85,11 @@ export class OrganizationPlansComponent implements OnInit {
|
||||
this.ownedBusiness = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.providerId) {
|
||||
this.ownedBusiness = true;
|
||||
}
|
||||
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user