mirror of
https://github.com/bitwarden/server
synced 2025-12-31 07:33:43 +00:00
Key Connector feature toggle (#1716)
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Bit.Core.Models.StaticStore
|
||||
public bool Has2fa { get; set; }
|
||||
public bool HasApi { get; set; }
|
||||
public bool HasSso { get; set; }
|
||||
public bool HasKeyConnector { get; set; }
|
||||
public bool HasResetPassword { get; set; }
|
||||
public bool UsersGetPremium { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user