0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-15 22:42:51 +01:00

set max storage to non-null value

This commit is contained in:
Miroslav Prasil 2018-05-14 15:04:13 +01:00
parent c29d342c21
commit c054d0094a

View file

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