Updated front-end authentication.
This commit is contained in:
@@ -25,5 +25,5 @@ public class AuthenticationClient(HttpClient http)
|
||||
return await resp.Content.ReadFromJsonAsync<MeResponse>(cancellationToken: ct);
|
||||
}
|
||||
|
||||
public sealed record MeResponse(string? name, string? id, string? role);
|
||||
public sealed record MeResponse(string? Name, string? Id, string? Role);
|
||||
}
|
||||
Reference in New Issue
Block a user