-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Describe the bug
When i use a void:
MicrosoftAuthenticator authenticator = new MicrosoftAuthenticator();
MicrosoftAuthResult result = authenticator.loginWithWebview();
System.out.println("Logged in as: " + result.getProfile().getName());
System.out.println("UUID: " + result.getProfile().getId());
System.out.println("Access Token: " + result.getAccessToken());it opens a popup, starts rendering the login form but then it shows me "Something happened. Please try again" (in polish)

To Reproduce
Steps to reproduce the behavior:
- Use my code.
- Run the void
- It says that something happened
Expected behavior
It should show me login form and display profile name + uuid + access token
Screenshots

Video
Desktop (please complete the following information, if Self-Hosted):
- OS: Windows 11 24H2 (compilation 26120.3073)
- Java version: openjdk 1.8.0_202
- Version: 1.8
Additional context
idk