mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-14 22:42:34 +02:00
add seat limit for the invite dialog (#6371)
This commit is contained in:
@@ -473,7 +473,7 @@ impl Membership {
|
|||||||
"id": self.org_uuid,
|
"id": self.org_uuid,
|
||||||
"identifier": null, // Not supported
|
"identifier": null, // Not supported
|
||||||
"name": org.name,
|
"name": org.name,
|
||||||
"seats": null,
|
"seats": 20, // hardcoded maxEmailsCount in the web-vault
|
||||||
"maxCollections": null,
|
"maxCollections": null,
|
||||||
"usersGetPremium": true,
|
"usersGetPremium": true,
|
||||||
"use2fa": true,
|
"use2fa": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user