Require authentication for profile pages

media
Pat Hartl 2023-10-16 20:17:59 -05:00
parent 04b8d45af4
commit 4b7e72b343
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
@inject UserManager<User> UserManager
@inject IMessageService MessageService
@inject AuthenticationStateProvider AuthenticationStateProvider
@attribute [Authorize]
<PageHeader Title="Change Password" />

View File

@ -7,6 +7,7 @@
@inject AuthenticationStateProvider AuthenticationStateProvider
@inject NavigationManager NavigationManager
@inject IJSRuntime JSRuntime
@attribute [Authorize]
<PageHeader Title="Profile" />

View File

@ -8,6 +8,7 @@
@inject AuthenticationStateProvider AuthenticationStateProvider
@inject GameSaveService GameSaveService
@inject IJSRuntime JSRuntime
@attribute [Authorize]
<PageHeader Title="Game Saves" />