fix(routing): add [AllowAnonymous] to public pages so static-SSR AuthorizeRouteView doesn't block unauthenticated requests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@page "/tracks"
|
||||
@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous]
|
||||
|
||||
@using DeepDrftWeb.Client.Controls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user