Skip to content

Commit 995c66f

Browse files
committed
2 parents 9bc2d9b + 1a88db1 commit 995c66f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Sources/EasyExtensions.AspNetCore.Authorization/Models/Dto/LoginRequestDto.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@ public record class LoginRequestDto
2525
/// </summary>
2626
[Required]
2727
public string Password { get; set; } = null!;
28-
29-
/// <summary>
30-
/// Gets or sets the two-factor authentication code provided by the user.
31-
/// </summary>
32-
public string? TwoFactorCode { get; set; }
3328
}
3429
}

0 commit comments

Comments
 (0)