mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] AuthProviderPair logger is null
This commit is contained in:
parent
e5b603e2a9
commit
618e981de5
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ public final class AuthProviderPair {
|
|||
public String displayName;
|
||||
private transient boolean warnOAuthShow = false;
|
||||
|
||||
public AuthProviderPair() {
|
||||
}
|
||||
|
||||
public AuthProviderPair(AuthCoreProvider core, TextureProvider textureProvider) {
|
||||
this.core = core;
|
||||
this.textureProvider = textureProvider;
|
||||
|
|
Loading…
Reference in a new issue