refactor: Unnötige Verzeichnissuch-Cachinge-Prozesse entfernen

This commit is contained in:
Developer 02 2024-10-28 16:13:55 +01:00
parent 41151593fd
commit d664adf000

View File

@ -98,8 +98,6 @@ namespace WorkFlow.API.Controllers
new ClaimsPrincipal(claimsIdentity),
authProperties);
_dirSearchService.SetSearchRootCache(user.Username, login.Password);
return Ok();
}
catch(Exception ex)