Browse Source

add seat limit for the invite dialog

pull/6371/head
Stefan Melmuk 17 hours 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,
"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