feat(Core): update DTOs and shared models
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FinlyticCore.Models.Auth;
|
||||
|
||||
public class LoginRequestDto
|
||||
{
|
||||
public string Email { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user