mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
chore(feature-flag): Removed pm-28325-remove-pm-22110-disable-alternate-login-methods flag
This commit is contained in:
@@ -16,7 +16,6 @@ export enum FeatureFlag {
|
||||
BlockClaimedDomainAccountCreation = "block-claimed-domain-account-creation",
|
||||
|
||||
/* Auth */
|
||||
PM22110_DisableAlternateLoginMethods = "pm-22110-disable-alternate-login-methods",
|
||||
PM23801_PrefetchPasswordPrelogin = "pm-23801-prefetch-password-prelogin",
|
||||
|
||||
/* Autofill */
|
||||
@@ -118,7 +117,6 @@ export const DefaultFeatureFlagValue = {
|
||||
[FeatureFlag.VaultLoadingSkeletons]: FALSE,
|
||||
|
||||
/* Auth */
|
||||
[FeatureFlag.PM22110_DisableAlternateLoginMethods]: FALSE,
|
||||
[FeatureFlag.PM23801_PrefetchPasswordPrelogin]: FALSE,
|
||||
|
||||
/* Billing */
|
||||
|
||||
Reference in New Issue
Block a user