Browse Source

add seat limit for the invite dialog (#6371)

main
Stefan Melmuk 7 days ago
committed by GitHub
parent
commit
a85b48512c
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