main project split, authpassword endpoint created
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TimetableDesigner.Backend.Services.Authentication.DTO.WebAPI;
|
||||
|
||||
public record AuthPasswordRequest
|
||||
(
|
||||
string Email,
|
||||
string Password,
|
||||
bool RememberMe
|
||||
);
|
||||
Reference in New Issue
Block a user