mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] AccessToken null
This commit is contained in:
parent
e1f356feb7
commit
c37fb47795
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public void execute(ChannelHandlerContext ctx, Client clientData) throws Excepti
|
|||
server.authManager.check(context);
|
||||
password = server.authManager.decryptPassword(password);
|
||||
server.authHookManager.preHook.hook(context, clientData);
|
||||
server.authManager.auth(context, password);
|
||||
result.accessToken = server.authManager.auth(context, password);
|
||||
server.authHookManager.postHook.hook(context, clientData);
|
||||
if (getSession) {
|
||||
if (clientData.session == null) {
|
||||
|
|
Loading…
Reference in a new issue