add seat limit for the invite dialog (#6371)

pull/5910/merge
Stefan Melmuk 4 months ago committed by GitHub
parent fe1a8f7738
commit a85b48512c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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