1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-14 01:28:14 -05:00

Add mobile feature flags (#5629)

* Add mobile feature flags

* Update Constants.cs
This commit is contained in:
Robyn MacCallum 2025-04-09 12:17:04 -04:00 committed by GitHub
parent 8cd14d55dd
commit d85807e94f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,8 +168,9 @@ public static class FeatureFlagKeys
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
public const string EnablePMAuthenticatorSync = "enable-pm-bwa-sync";
public const string PM3503_MobileAnonAddySelfHostAlias = "anon-addy-self-host-alias";
public const string PM3553_MobileSimpleLoginSelfHostAlias = "simple-login-self-host-alias";
public const string EnablePMFlightRecorder = "enable-pm-flight-recorder";
public const string MobileErrorReporting = "mobile-error-reporting";
/* Platform Team */
public const string PersistPopupView = "persist-popup-view";