mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
remove beta field from profile org response
This commit is contained in:
parent
630f8c9200
commit
6c6249e1ec
@ -48,7 +48,6 @@ export class ProfileOrganizationResponse extends BaseResponse {
|
||||
familySponsorshipValidUntil?: Date;
|
||||
familySponsorshipToDelete?: boolean;
|
||||
accessSecretsManager: boolean;
|
||||
secretsManagerBeta: boolean;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
@ -106,6 +105,5 @@ export class ProfileOrganizationResponse extends BaseResponse {
|
||||
}
|
||||
this.familySponsorshipToDelete = this.getResponseProperty("FamilySponsorshipToDelete");
|
||||
this.accessSecretsManager = this.getResponseProperty("AccessSecretsManager");
|
||||
this.secretsManagerBeta = this.getResponseProperty("SecretsManagerBeta") ?? false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user