mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Fixed name for product tier to match property sent from the server (#9746)
This commit is contained in:
@@ -104,7 +104,7 @@ export class OrganizationData {
|
||||
this.providerType = response.providerType;
|
||||
this.familySponsorshipFriendlyName = response.familySponsorshipFriendlyName;
|
||||
this.familySponsorshipAvailable = response.familySponsorshipAvailable;
|
||||
this.productTierType = response.planProductType;
|
||||
this.productTierType = response.productTierType;
|
||||
this.keyConnectorEnabled = response.keyConnectorEnabled;
|
||||
this.keyConnectorUrl = response.keyConnectorUrl;
|
||||
this.familySponsorshipLastSyncDate = response.familySponsorshipLastSyncDate;
|
||||
|
||||
Reference in New Issue
Block a user