Browse Source

set max storage to non-null value

pull/16/head
Miroslav Prasil 6 years ago
parent
commit
c054d0094a
  1. 2
      src/db/models/organization.rs

2
src/db/models/organization.rs

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

Loading…
Cancel
Save