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); // }