mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] MySQLCoreProvider
This commit is contained in:
parent
ab7565e7d1
commit
96ef860c70
1 changed files with 2 additions and 3 deletions
|
@ -8,8 +8,7 @@
|
|||
import pro.gravit.launchserver.LaunchServer;
|
||||
import pro.gravit.launchserver.auth.AuthException;
|
||||
import pro.gravit.launchserver.auth.MySQLSourceConfig;
|
||||
import pro.gravit.launchserver.auth.handler.CachedAuthHandler;
|
||||
import pro.gravit.launchserver.auth.password.DigestPasswordVerifier;
|
||||
import pro.gravit.launchserver.auth.password.PasswordVerifier;
|
||||
import pro.gravit.launchserver.socket.response.auth.AuthResponse;
|
||||
|
||||
import java.io.IOException;
|
||||
|
@ -29,7 +28,7 @@ public class MySQLCoreProvider extends AuthCoreProvider {
|
|||
public String passwordColumn;
|
||||
public String serverIDColumn;
|
||||
public String table;
|
||||
public DigestPasswordVerifier passwordVerifier;
|
||||
public PasswordVerifier passwordVerifier;
|
||||
|
||||
// Prepared SQL queries
|
||||
private transient String queryByUUIDSQL;
|
||||
|
|
Loading…
Reference in a new issue