spelling mistake

loout->logout
pull/16202/head
icyflash 3 years ago committed by GitHub
parent 03be0b80ad
commit 284675c420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
<div class="text-center">
<a class="btn btn-primary" href="/Login">Login</a>
<a class="btn btn-warning" href="/Logout">Loout</a>
<a class="btn btn-warning" href="/Logout">Logout</a>
@if (HttpContext.User.Identity != null && HttpContext.User.Identity.IsAuthenticated)
{

Loading…
Cancel
Save