Browse Source

Merge 2da3635253 into 3f010a50af

pull/6371/merge
Stefan Melmuk 16 hours ago
committed by GitHub
parent
commit
6f15af9ecf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/db/models/organization.rs

2
src/db/models/organization.rs

@ -473,7 +473,7 @@ impl Membership {
"id": self.org_uuid,
"identifier": null, // Not supported
"name": org.name,
"seats": null,
"seats": 20, // hardcoded maxEmailsCount in the web-vault
"maxCollections": null,
"usersGetPremium": true,
"use2fa": true,

Loading…
Cancel
Save