Ignore:
Timestamp:
Aug 7, 2023, 12:26:05 PM (16 months ago)
Author:
alloc
Message:

Refactored APIs GamePrefs, GameStats, ServerInfo: Using arrays as result instead of objects, code sharing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/UrlHandlers/SessionHandler.cs

    r453 r457  
    9898                        }
    9999
    100                         var loginResult = HandleUserIdLogin (_connectionHandler, _context, _remoteEndpointString, userPassLoginName, webUser.Name, webUser.PlatformUser, webUser.CrossPlatformUser);
     100                        bool loginResult = HandleUserIdLogin (_connectionHandler, _context, _remoteEndpointString, userPassLoginName, webUser.Name, webUser.PlatformUser, webUser.CrossPlatformUser);
    101101                        if (loginResult) {
    102102                                WebUtils.WriteText (_context.Response, "");
Note: See TracChangeset for help on using the changeset viewer.