Skip to content

Commit e22369b

Browse files
author
Vadim Belov
committed
Remove TwoFactorCode from LoginRequestDto
Removed the TwoFactorCode property and its XML documentation from the LoginRequestDto class, simplifying the login request model by eliminating two-factor authentication code handling.
1 parent e11fadd commit e22369b

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)