Add Login Module
This commit is contained in:
@@ -2,7 +2,6 @@ namespace AMREZ.EOP.Contracts.DTOs.Authentications.Login;
|
||||
|
||||
public sealed record LoginResponse(
|
||||
Guid UserId,
|
||||
string DisplayName,
|
||||
string Email,
|
||||
string TenantId
|
||||
);
|
||||
Reference in New Issue
Block a user