1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00: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;
}