1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 00:03:54 +00:00

Add mobile CXP feature flags (#6343)

This commit is contained in:
Álison Fernandes
2025-09-15 20:57:13 +01:00
committed by GitHub
parent 2dd89b488d
commit 6c512f1bc2

View File

@@ -206,6 +206,8 @@ public static class FeatureFlagKeys
public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings";
public const string AppIntents = "app-intents";
public const string SendAccess = "pm-19394-send-access-control";
public const string CxpImportMobile = "cxp-import-mobile";
public const string CxpExportMobile = "cxp-export-mobile";
/* Platform Team */
public const string IpcChannelFramework = "ipc-channel-framework";