mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-10 04:52:40 +01:00
set max storage to non-null value
This commit is contained in:
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…
Reference in New Issue
Block a user