Browse Source

Fixed sync

pull/38/head
Daniel García 7 years ago
parent
commit
4cf9f83866
  1. 2
      src/db/models/organization.rs

2
src/db/models/organization.rs

@ -159,7 +159,7 @@ impl UserOrganization {
"UseGroups": false,
"UseTotp": false,
"MaxStorageGb": 999999999,
"MaxStorageGb": 10, // The value doesn't matter, we don't check server-side
// These are per user
"Key": self.key,

Loading…
Cancel
Save