diff --git a/DeepDrftWeb.Client/Pages/Home.razor b/DeepDrftWeb.Client/Pages/Home.razor index c5319c0..d6abe88 100644 --- a/DeepDrftWeb.Client/Pages/Home.razor +++ b/DeepDrftWeb.Client/Pages/Home.razor @@ -1,6 +1,7 @@ @page "/" @using DeepDrftWeb.Client.Services -@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous] +@using Microsoft.AspNetCore.Authorization +@attribute [AllowAnonymous] Deep DRFT - Electronic Music Collective diff --git a/DeepDrftWeb.Client/Pages/TracksView.razor b/DeepDrftWeb.Client/Pages/TracksView.razor index cd64c2a..9babbc8 100644 --- a/DeepDrftWeb.Client/Pages/TracksView.razor +++ b/DeepDrftWeb.Client/Pages/TracksView.razor @@ -1,7 +1,7 @@ @page "/tracks" -@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous] - +@using Microsoft.AspNetCore.Authorization @using DeepDrftWeb.Client.Controls +@attribute [AllowAnonymous] DeepDrft Track Gallery