OpenAuth icon indicating copy to clipboard operation
OpenAuth copied to clipboard

[BUG] Webview shows "Something went wrong."

Open solaritygh opened this issue 8 months ago • 0 comments

Describe the bug What happens is that when you try to log in with a webview, the login will show up for around half a second or so, and then it'll

To Reproduce Here's the code I'm using:

            case 70:
                MicrosoftAuthenticator authenticator = new MicrosoftAuthenticator();
                authenticator.loginWithAsyncWebview().whenComplete((response, error) -> {
                    // I do my stuff with my client here :D
                });

Expected behavior It should allow me to log in.

Desktop (please complete the following information, if Self-Hosted):

  • OS: Windows 10 Home
  • Java version Eclipse Termium JDK 1.8
  • Version 1.1.6

Additional context I have the OpenJFX libraries installed too.

solaritygh avatar Jun 17 '25 18:06 solaritygh