mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix token auth issue
This commit is contained in:
@ -277,8 +277,7 @@ namespace WebfrontCore.Controllers
|
||||
{
|
||||
var state = Manager.TokenAuthenticator.GenerateNextToken(new TokenIdentifier
|
||||
{
|
||||
NetworkId = Client.NetworkId,
|
||||
Game = Client.GameName
|
||||
ClientId = Client.ClientId
|
||||
});
|
||||
|
||||
return string.Format(Utilities.CurrentLocalization.LocalizationIndex["COMMANDS_GENERATETOKEN_SUCCESS"],
|
||||
|
Reference in New Issue
Block a user