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

fix(two-factor-controller) [PM-24211]: Rephrase a comment (accuracy).

This commit is contained in:
enmande
2025-12-05 16:54:35 -05:00
parent 427a0cfeeb
commit 77234c1741

View File

@@ -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));