Browse Source
add seat limit for the invite dialog
pull/6371/head
Stefan Melmuk
17 hours ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|