Require authentication for profile pages
parent
04b8d45af4
commit
4b7e72b343
|
@ -4,6 +4,7 @@
|
|||
@inject UserManager<User> UserManager
|
||||
@inject IMessageService MessageService
|
||||
@inject AuthenticationStateProvider AuthenticationStateProvider
|
||||
@attribute [Authorize]
|
||||
|
||||
<PageHeader Title="Change Password" />
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
@inject AuthenticationStateProvider AuthenticationStateProvider
|
||||
@inject NavigationManager NavigationManager
|
||||
@inject IJSRuntime JSRuntime
|
||||
@attribute [Authorize]
|
||||
|
||||
<PageHeader Title="Profile" />
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
@inject AuthenticationStateProvider AuthenticationStateProvider
|
||||
@inject GameSaveService GameSaveService
|
||||
@inject IJSRuntime JSRuntime
|
||||
@attribute [Authorize]
|
||||
|
||||
<PageHeader Title="Game Saves" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue