diff --git a/src/Api/Auth/Controllers/TwoFactorController.cs b/src/Api/Auth/Controllers/TwoFactorController.cs index 7d66eb835d..ba6cf66859 100644 --- a/src/Api/Auth/Controllers/TwoFactorController.cs +++ b/src/Api/Auth/Controllers/TwoFactorController.cs @@ -350,7 +350,6 @@ public class TwoFactorController : Controller if (user != null) { // Check if 2FA email is from a device approval ("Log in with device") scenario. - // 2FA is required for an unknown device. if (!string.IsNullOrEmpty(requestModel.AuthRequestAccessCode)) { var authRequest = await _authRequestRepository.GetByIdAsync(new Guid(requestModel.AuthRequestId));