Skip to content

Commit

Permalink
Add fonts and redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Jun 24, 2024
1 parent ed6c601 commit 6a3cb43
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public async Task InvokeAsync(HttpContext context)
{
if (context.Request.Path.StartsWithSegments("/api/session/auth"))
{
await context.ChallengeAsync();
await context.ChallengeAsync(new AuthenticationProperties { RedirectUri = "/" });
}
else if (context.Request.Path.StartsWithSegments("/_health") ||
context.Request.Path.StartsWithSegments("/fonts") ||
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6a3cb43

Please sign in to comment.