Adds Blazor Web App standard login
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@page "/"
|
||||
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
|
||||
@attribute [Authorize]
|
||||
|
||||
<PageTitle>Home</PageTitle>
|
||||
|
||||
<h1>Hello, world!</h1>
|
||||
|
||||
Reference in New Issue
Block a user