Skip to content

Commit

Permalink
Fixed login
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Jun 20, 2024
1 parent 8ae25db commit 0ea5450
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public EnsureAuthenticatedMiddleware(
public async Task InvokeAsync(HttpContext context)
{
if (context.Request.Path.StartsWithSegments("/_health") ||
context.Request.Path.StartsWithSegments("/fonts") ||
context.Request.Path.StartsWithSegments("/api/session") ||
_env.IsDevelopment())
{
Expand Down

0 comments on commit 0ea5450

Please sign in to comment.