Browse Source

Merge pull request #16202 from icyflash/patch-1

spelling mistake
pull/16204/head
maliming 3 years ago
committed by GitHub
parent
commit
f337ae2e2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/openiddict/app/OpenIddict.Demo.Client.Mvc/Pages/Index.cshtml

2
modules/openiddict/app/OpenIddict.Demo.Client.Mvc/Pages/Index.cshtml

@ -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