mirror of
https://github.com/Melledy/Grasscutter.git
synced 2025-02-05 11:28:46 +00:00
Fix OAuth Authenticator
This commit is contained in:
parent
52c86afef0
commit
b34ab5f8ec
@ -215,12 +215,7 @@ public final class DefaultAuthenticators {
|
||||
request.getResponse().send("Authentication is not available with the default authentication method.");
|
||||
}
|
||||
|
||||
@Override public void handleDesktopRedirection(AuthenticationRequest request) {
|
||||
assert request.getResponse() != null;
|
||||
request.getResponse().send("Authentication is not available with the default authentication method.");
|
||||
}
|
||||
|
||||
@Override public void handleMobileRedirection(AuthenticationRequest request) {
|
||||
@Override public void handleRedirection(AuthenticationRequest request, ClientType type) {
|
||||
assert request.getResponse() != null;
|
||||
request.getResponse().send("Authentication is not available with the default authentication method.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user