1
0
mirror of https://github.com/bitwarden/server synced 2025-12-22 03:03:33 +00:00

chore(feature-flag): [PM-18179] Remove pm-17128-recovery-code-login feature flag

* Rmoved feature flag and obsolete endpoint

* Removed obsolete method.
This commit is contained in:
Todd Martin
2025-09-02 11:18:36 -04:00
committed by GitHub
parent 101e29b354
commit cb1db262ca
4 changed files with 0 additions and 52 deletions

View File

@@ -90,9 +90,6 @@ public interface IUserService
void SetTwoFactorProvider(User user, TwoFactorProviderType type, bool setEnabled = true);
[Obsolete("To be removed when the feature flag pm-17128-recovery-code-login is removed PM-18175.")]
Task<bool> RecoverTwoFactorAsync(string email, string masterPassword, string recoveryCode);
/// <summary>
/// This method is used by the TwoFactorAuthenticationValidator to recover two
/// factor for a user. This allows users to be logged in after a successful recovery