1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

fix token auth issue

This commit is contained in:
RaidMax
2022-06-16 10:07:03 -05:00
parent fbf5c20601
commit 45011d9ff9
15 changed files with 29 additions and 43 deletions

View File

@ -103,9 +103,8 @@ namespace WebfrontCore.Controllers.API
{
var tokenData = new TokenIdentifier
{
Game = privilegedClient.GameName,
Token = request.Password,
NetworkId = privilegedClient.NetworkId
ClientId = clientId,
Token = request.Password
};
loginSuccess =