mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
Add mobile CXP feature flags (#6343)
(cherry picked from commit 6c512f1bc24158d4bdf561a74496f5d2d20143ef)
This commit is contained in:
parent
2a01c804af
commit
e60564253e
@ -197,6 +197,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 PersistPopupView = "persist-popup-view";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user