Adding scaffolding for Logout page
- Removing Identity route from startup
This commit is contained in:
10
src/Web/Areas/Identity/Pages/Account/Logout.cshtml
Normal file
10
src/Web/Areas/Identity/Pages/Account/Logout.cshtml
Normal file
@@ -0,0 +1,10 @@
|
||||
@page
|
||||
@model LogoutModel
|
||||
@{
|
||||
ViewData["Title"] = "Log out";
|
||||
}
|
||||
|
||||
<header>
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<p>You have successfully logged out of the application.</p>
|
||||
</header>
|
||||
Reference in New Issue
Block a user