diff --git a/DeepDrftWeb.Client/Pages/Home.razor b/DeepDrftWeb.Client/Pages/Home.razor index d24385b..c5319c0 100644 --- a/DeepDrftWeb.Client/Pages/Home.razor +++ b/DeepDrftWeb.Client/Pages/Home.razor @@ -1,5 +1,6 @@ @page "/" @using DeepDrftWeb.Client.Services +@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous] Deep DRFT - Electronic Music Collective diff --git a/DeepDrftWeb.Client/Pages/TracksView.razor b/DeepDrftWeb.Client/Pages/TracksView.razor index 5918767..cd64c2a 100644 --- a/DeepDrftWeb.Client/Pages/TracksView.razor +++ b/DeepDrftWeb.Client/Pages/TracksView.razor @@ -1,4 +1,5 @@ @page "/tracks" +@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous] @using DeepDrftWeb.Client.Controls