mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-30 00:05:07 -04:00
add seat limit for the invite dialog (#6371)
This commit is contained in:
parent
fe1a8f7738
commit
a85b48512c
@ -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…
x
Reference in New Issue
Block a user