Skip to content

Commit

Permalink
Try to fix auth page not loading
Browse files Browse the repository at this point in the history
Foxocube committed Jan 1, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 01fd603 commit 98fe47f
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@using MediaFeeder.Components.Account.Shared
@attribute [ExcludeFromInteractiveRouting]
@* @attribute [ExcludeFromInteractiveRouting] *@
1 change: 0 additions & 1 deletion MediaFeeder/MediaFeeder/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
@using Microsoft.AspNetCore.Authorization

@layout ListLayout
@attribute [Authorize]

<PageTitle>@Title</PageTitle>

2 changes: 2 additions & 0 deletions MediaFeeder/MediaFeeder/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -10,3 +10,5 @@
@using MediaFeeder
@using MediaFeeder.Components
@using AntDesign
@using Microsoft.AspNetCore.Authorization
@attribute [Authorize]

0 comments on commit 98fe47f

Please sign in to comment.