mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-27 08:20:02 +02:00
set max storage to non-null value
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user