refactor: Unnötige Verzeichnissuch-Cachinge-Prozesse entfernen
This commit is contained in:
parent
41151593fd
commit
d664adf000
@ -98,8 +98,6 @@ namespace WorkFlow.API.Controllers
|
|||||||
new ClaimsPrincipal(claimsIdentity),
|
new ClaimsPrincipal(claimsIdentity),
|
||||||
authProperties);
|
authProperties);
|
||||||
|
|
||||||
_dirSearchService.SetSearchRootCache(user.Username, login.Password);
|
|
||||||
|
|
||||||
return Ok();
|
return Ok();
|
||||||
}
|
}
|
||||||
catch(Exception ex)
|
catch(Exception ex)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user