1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-06 18:57:56 +01:00

remove country from org create req

This commit is contained in:
Kyle Spearrin 2019-02-18 23:53:31 -05:00
parent b95b35e7d9
commit 9c44fc1329

View File

@ -11,5 +11,4 @@ export class OrganizationCreateRequest {
additionalStorageGb: number;
premiumAccessAddon: boolean;
collectionName: string;
country: string;
}