mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
Added BusinessPortal property for use on client side (#810)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user