1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-14 06:50:47 -05:00

Add enable-pm-prelogin-settings flag (#5946)

This commit is contained in:
Robyn MacCallum 2025-06-10 15:50:22 -04:00 committed by GitHub
parent 4277f435ab
commit 1bd11e61ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,6 +181,7 @@ public static class FeatureFlagKeys
public const string EnablePMFlightRecorder = "enable-pm-flight-recorder";
public const string MobileErrorReporting = "mobile-error-reporting";
public const string AndroidChromeAutofill = "android-chrome-autofill";
public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings";
/* Platform Team */
public const string PersistPopupView = "persist-popup-view";