Browse Source

Add missing items to profileOrganization response model

pull/989/head
theycallmesteve 5 years ago
parent
commit
08afc312c3
No known key found for this signature in database GPG Key ID: 6240923F65CC698D
  1. 2
      src/db/models/organization.rs

2
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

Loading…
Cancel
Save