1
0
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:
Jake Fink
2024-07-23 15:45:03 -04:00
committed by GitHub
parent ce185eb3df
commit 8121f898de
2 changed files with 27 additions and 1 deletions

View File

@ -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()
{