mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 18:57:30 +03:00
[ANY] Опять RequestAuthHandler ошибки в грамматике.
This commit is contained in:
parent
f3d19bebb3
commit
e033739ab1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ protected Entry fetchEntry(String username) throws IOException {
|
|||
LogHelper.debug("[AuthHandler] Got username: " + username);
|
||||
LogHelper.debug("[AuthHandler] Got accessToken: " + accessToken);
|
||||
LogHelper.debug("[AuthHandler] Got serverID: " + serverID);
|
||||
LogHelper.debug("[AuthHandler] GetGotted UUID: " + uuid);
|
||||
LogHelper.debug("[AuthHandler] Got UUID: " + uuid);
|
||||
}
|
||||
return new Entry(uuid, username, accessToken, serverID);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue