mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
Add mobile CXP feature flags (#6343)
This commit is contained in:
parent
2dd89b488d
commit
6c512f1bc2
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user