From 50ca65c2394c455484b1cc0d5326c3464d7e79f7 Mon Sep 17 00:00:00 2001 From: Loic Masi Date: Tue, 21 Apr 2026 16:38:32 +0200 Subject: [PATCH] =?UTF-8?q?#69=20:=20Qui=20a=20tir=C3=A9=20sur=20mon=20pet?= =?UTF-8?q?it=20fr=C3=A8re.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.WebApplication/Controllers/AccountController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Webzine.WebApplication/Controllers/AccountController.cs b/Webzine.WebApplication/Controllers/AccountController.cs index 10fb868..ef3f4fe 100644 --- a/Webzine.WebApplication/Controllers/AccountController.cs +++ b/Webzine.WebApplication/Controllers/AccountController.cs @@ -26,8 +26,7 @@ { RedirectUri = "/", }, - CookieAuthenticationDefaults.AuthenticationScheme, - OpenIdConnectDefaults.AuthenticationScheme); + CookieAuthenticationDefaults.AuthenticationScheme); } [HttpGet("/account/access-denied")]