mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
rename LoginChild back
This commit is contained in:
parent
117c15a439
commit
4c811cff42
@ -114,7 +114,7 @@ public class AuthenticationController : Controller {
|
||||
[Route("AuthenticationWebService.asmx/LoginChild")]
|
||||
[DecryptRequest("childUserID")]
|
||||
[EncryptResponse]
|
||||
public IActionResult LoginChild10([FromForm] string parentApiToken) {
|
||||
public IActionResult LoginChild([FromForm] string parentApiToken) {
|
||||
User? user = ctx.Sessions.FirstOrDefault(e => e.ApiToken == parentApiToken)?.User;
|
||||
if (user is null) {
|
||||
return Ok();
|
||||
|
Loading…
x
Reference in New Issue
Block a user