Auth added to blazor
This commit is contained in:
19
Web/Pages/Logout.cshtml
Normal file
19
Web/Pages/Logout.cshtml
Normal file
@@ -0,0 +1,19 @@
|
||||
@page
|
||||
@model Web.Pages.Logout
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user