mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05:00
[PM-8285] add endpoint for alerting when device lost trust (#4554)
* endpoint for alerting when device lost trust * get user from current context
This commit is contained in:
@ -135,6 +135,7 @@ public static class FeatureFlagKeys
|
||||
public const string GroupsComponentRefactor = "groups-component-refactor";
|
||||
public const string AC2828_ProviderPortalMembersPage = "AC-2828_provider-portal-members-page";
|
||||
public const string ProviderClientVaultPrivacyBanner = "ac-2833-provider-client-vault-privacy-banner";
|
||||
public const string DeviceTrustLogging = "pm-8285-device-trust-logging";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Reference in New Issue
Block a user