From fe3e3e55a2504b5e5186dffce4a8319203bb5ff4 Mon Sep 17 00:00:00 2001 From: Gustav Andersson Date: Sun, 2 Feb 2025 12:21:38 +0100 Subject: [PATCH] dummy commit to test azure pipeline --- .../Authentication/CustomCookieAuthenticationEvents.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/React1-Backend/Authentication/CustomCookieAuthenticationEvents.cs b/React1-Backend/Authentication/CustomCookieAuthenticationEvents.cs index bebab8d..6913af9 100644 --- a/React1-Backend/Authentication/CustomCookieAuthenticationEvents.cs +++ b/React1-Backend/Authentication/CustomCookieAuthenticationEvents.cs @@ -20,7 +20,6 @@ public override async Task ValidatePrincipal(CookieValidatePrincipalContext cont // if (string.IsNullOrEmpty(lastChanged)) // { // context.RejectPrincipal(); - // await context.HttpContext.SignOutAsync( // CookieAuthenticationDefaults.AuthenticationScheme); // }