mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 12:40:22 -05:00
feat(set password) [PM-17647] Add set/change password feature flags
* Added flag values * Added flag values * Removed extra space * Linting
This commit is contained in:
parent
bb3ec6aca1
commit
fc827ed209
@ -177,6 +177,8 @@ public static class FeatureFlagKeys
|
||||
public const string PM12276Breadcrumbing = "pm-12276-breadcrumbing-for-business-features";
|
||||
public const string PM18794_ProviderPaymentMethod = "pm-18794-provider-payment-method";
|
||||
public const string PM3553_MobileSimpleLoginSelfHostAlias = "simple-login-self-host-alias";
|
||||
public const string SetInitialPasswordRefactor = "pm-16117-set-initial-password-refactor";
|
||||
public const string ChangeExistingPasswordRefactor = "pm-16117-change-existing-password-refactor";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user