1
0
mirror of https://github.com/bitwarden/server synced 2026-02-26 17:33:40 +00:00

add pm-27581-device-auth-key feature flag (#7081)

This commit is contained in:
mpbw2
2026-02-25 15:31:31 -05:00
committed by GitHub
parent 66b38badde
commit 44e993efa1

View File

@@ -226,6 +226,7 @@ public static class FeatureFlagKeys
public const string SendAccess = "pm-19394-send-access-control";
public const string CxpImportMobile = "cxp-import-mobile";
public const string CxpExportMobile = "cxp-export-mobile";
public const string DeviceAuthKey = "pm-27581-device-auth-key";
/* Platform Team */
public const string WebPush = "web-push";