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

[PM-22572] Added app-intents feature flag key (#5948)

This commit is contained in:
Federico Maccaroni 2025-06-10 17:27:51 -03:00 committed by GitHub
parent 1bd11e61ef
commit f532236f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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