- Timestamp:
- Jul 28, 2023, 8:11:39 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/WebAPI/APIs/Permissions/RegisterUser.cs
r434 r453 110 110 string remoteEndpointString = _context.Request.RemoteEndPoint!.ToString (); 111 111 SessionHandler.HandleUserIdLogin (ParentWeb.ConnectionHandler, _context, remoteEndpointString, SessionHandler.userPassLoginName, 112 SessionHandler.userPassErrorPage, username, regData.PlatformUserId, regData.CrossPlatformUserId, false);112 username, regData.PlatformUserId, regData.CrossPlatformUserId); 113 113 114 114 _context.Response.StatusCode = (int)HttpStatusCode.Created;
Note:
See TracChangeset
for help on using the changeset viewer.