mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 13:05:11 -05:00
Added BusinessPortal property for use on client side (#810)
This commit is contained in:
parent
61f46ecb11
commit
b4524fbcb6
@ -37,6 +37,7 @@ namespace Bit.Core.Models.Api
|
|||||||
public bool UseTotp { get; set; }
|
public bool UseTotp { get; set; }
|
||||||
public bool Use2fa { get; set; }
|
public bool Use2fa { get; set; }
|
||||||
public bool UseApi { get; set; }
|
public bool UseApi { get; set; }
|
||||||
|
public bool UseBusinessPortal => UsePolicies; // TODO add events if needed, add SSO when created
|
||||||
public bool UsersGetPremium { get; set; }
|
public bool UsersGetPremium { get; set; }
|
||||||
public bool SelfHost { get; set; }
|
public bool SelfHost { get; set; }
|
||||||
public int Seats { get; set; }
|
public int Seats { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user