From 5e2ad1bcc9d3a08c47245a2331476cc53a5ca979 Mon Sep 17 00:00:00 2001 From: Lee Dumond Date: Fri, 5 Apr 2019 11:31:18 -0500 Subject: [PATCH] Point form action to Logout instead of non-existent Logoff action --- .../Identity/Identity.API/Views/Shared/_LoginPartial.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml b/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml index 3d0a461f5..e110e459c 100644 --- a/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml +++ b/src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml @@ -7,7 +7,7 @@ @if (SignInManager.IsSignedIn(User)) { -