Két faktor másik lába is kész.

This commit is contained in:
2025-04-10 21:20:55 +02:00
parent d5a7895efa
commit aca0a86a6a
5 changed files with 100 additions and 8 deletions
@@ -10,6 +10,8 @@ namespace WorkFlowCheck.Common.DTO
{
public int Id { get; set; }
public string UserName { get; set; } = null!;
public string Password { get; set; } = null!;
public string Code { get; set; } = null!;
public string Token2FA { get; set; } = null!;
}
}