mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[EC-489] chore: remove obsolete identifier field (#4575)
* [EC-489] chore: remove obsolete `identifier` field * [EC-489] chore: remove identifier from org response
This commit is contained in:
@@ -2,11 +2,6 @@ import { OrganizationKeysRequest } from "./organization-keys.request";
|
||||
|
||||
export class OrganizationUpdateRequest {
|
||||
name: string;
|
||||
/**
|
||||
* @deprecated 2022-08-03 Moved to OrganizationSsoRequest, left for backwards compatability.
|
||||
* https://bitwarden.atlassian.net/browse/EC-489
|
||||
*/
|
||||
identifier: string;
|
||||
businessName: string;
|
||||
billingEmail: string;
|
||||
keys: OrganizationKeysRequest;
|
||||
|
||||
Reference in New Issue
Block a user