Add Master Data
This commit is contained in:
@@ -4,5 +4,6 @@ public sealed record LoginResponse(
|
||||
Guid UserId,
|
||||
Guid TenantId,
|
||||
string Email,
|
||||
string TenantKey
|
||||
string TenantKey,
|
||||
string[] Roles
|
||||
);
|
||||
Reference in New Issue
Block a user