From d664adf00019f5ff6c23cff29375012c2e23864a Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 28 Oct 2024 16:13:55 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20Unn=C3=B6tige=20Verzeichnissuch-Cac?= =?UTF-8?q?hinge-Prozesse=20entfernen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorkFlow.API/Controllers/AuthController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/WorkFlow.API/Controllers/AuthController.cs b/WorkFlow.API/Controllers/AuthController.cs index 9a2a16a..490540d 100644 --- a/WorkFlow.API/Controllers/AuthController.cs +++ b/WorkFlow.API/Controllers/AuthController.cs @@ -98,8 +98,6 @@ namespace WorkFlow.API.Controllers new ClaimsPrincipal(claimsIdentity), authProperties); - _dirSearchService.SetSearchRootCache(user.Username, login.Password); - return Ok(); } catch(Exception ex)