mirror of
https://github.com/exzork/GCAuth.git
synced 2024-11-27 18:01:14 +00:00
remove logging prefix again
This commit is contained in:
parent
32100cf5f3
commit
f0d1865d98
@ -32,7 +32,7 @@ public class GCAuth extends Plugin {
|
|||||||
}
|
}
|
||||||
loadConfig();
|
loadConfig();
|
||||||
Grasscutter.setAuthenticationSystem(new GCAuthAuthentication());
|
Grasscutter.setAuthenticationSystem(new GCAuthAuthentication());
|
||||||
getLogger().info("[GCAuth] GCAuth Enabled!");
|
getLogger().info("GCAuth Enabled!");
|
||||||
config.jwtSecret = Authentication.generateRandomString(32);
|
config.jwtSecret = Authentication.generateRandomString(32);
|
||||||
saveConfig();
|
saveConfig();
|
||||||
if (Grasscutter.getConfig().account.autoCreate) {
|
if (Grasscutter.getConfig().account.autoCreate) {
|
||||||
|
Loading…
Reference in New Issue
Block a user