1
0
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:
Conner Turnbull
2024-06-21 13:48:11 -04:00
committed by GitHub
parent 248bf56b95
commit 400795732f
2 changed files with 3 additions and 3 deletions

View File

@@ -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;