Refactored response and request models to dto naming. Adjusted mapper naming
This commit is contained in:
@@ -22,7 +22,7 @@ public class RemoteAuthProvider : AuthenticationStateProvider
|
||||
{
|
||||
try
|
||||
{
|
||||
var claimResponses = await HttpClient.GetFromJsonAsync<ClaimResponse[]>(
|
||||
var claimResponses = await HttpClient.GetFromJsonAsync<ClaimDto[]>(
|
||||
"api/auth/claims", Constants.SerializerOptions
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user