Refactoring authentication to support server-side Blazor using a seamless login flow.
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
<link href="css/site.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
@(Html.AntiForgeryToken())
|
||||
<app>@(await Html.RenderComponentAsync<App>())</app>
|
||||
|
||||
<script src="js/site.js"></script>
|
||||
|
Reference in New Issue
Block a user