Browse Source
Add missing items to profileOrganization response model
pull/989/head
theycallmesteve
5 years ago
No known key found for this signature in database
GPG Key ID: 6240923F65CC698D
1 changed files with
2 additions and
0 deletions
-
src/db/models/organization.rs
|
|
@ -274,6 +274,8 @@ impl UserOrganization { |
|
|
|
"UseGroups": false, |
|
|
|
"UseTotp": true, |
|
|
|
"UsePolicies": true, |
|
|
|
"UseApi": false, |
|
|
|
"SelfHost": true, |
|
|
|
|
|
|
|
"MaxStorageGb": 10, // The value doesn't matter, we don't check server-side
|
|
|
|
|
|
|
|