mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-26 02:23:33 +08:00
Fix whitespace [skip actions]
This commit is contained in:
committed by
Melledy
Unverified
parent
510d564bcb
commit
ae2d1fe438
@@ -21,7 +21,7 @@ public final class DefaultAuthentication implements AuthenticationSystem {
|
||||
private OAuthAuthenticator oAuthAuthenticator = new OAuthAuthentication();
|
||||
|
||||
public DefaultAuthentication() {
|
||||
if(ACCOUNT.EXPERIMENTAL_RealPassword) {
|
||||
if (ACCOUNT.EXPERIMENTAL_RealPassword) {
|
||||
passwordAuthenticator = new ExperimentalPasswordAuthenticator();
|
||||
} else {
|
||||
passwordAuthenticator = new PasswordAuthenticator();
|
||||
|
||||
Reference in New Issue
Block a user