-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
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.