mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 08:27:18 +01:00
add seat limit for the invite dialog (#6371)
This commit is contained in:
parent
fe1a8f7738
commit
a85b48512c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue