Moved several appsettings defaults to user-secrets
This commit is contained in:
@@ -2,14 +2,7 @@
|
||||
@using Microsoft.AspNetCore.Http
|
||||
@using Microsoft.AspNetCore.Authentication
|
||||
@inject IHttpContextAccessor _httpContextAccessor
|
||||
<AuthorizeView>
|
||||
<Authorized>
|
||||
|
||||
</Authorized>
|
||||
<NotAuthorized>
|
||||
<h1>You must be logged in to view this page!</h1>
|
||||
</NotAuthorized>
|
||||
</AuthorizeView>
|
||||
@attribute [Authorize]
|
||||
|
||||
@code {
|
||||
protected async override Task OnInitializedAsync()
|
||||
|
||||
Reference in New Issue
Block a user