set max storage to non-null value

pull/16/head
Miroslav Prasil 7 years ago
parent c29d342c21
commit c054d0094a

@ -154,7 +154,7 @@ impl UserOrganization {
"UseGroups": false,
"UseTotp": false,
"MaxStorageGb": null,
"MaxStorageGb": 999999999,
// These are per user
"Key": self.key,

Loading…
Cancel
Save