Browse Source

add seat limit for the invite dialog

pull/6371/head
Stefan Melmuk 2 days ago
parent
commit
2da3635253
No known key found for this signature in database GPG Key ID: 817020C608FE9C09
  1. 2
      src/db/models/organization.rs

2
src/db/models/organization.rs

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

Loading…
Cancel
Save