mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01: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 Use2fa { 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 SelfHost { get; set; }
|
||||
public int Seats { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user