Describe the bug
When I call authenticator.loginWithWebview() I get the following error:
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithAsyncWebview(MicrosoftAuthenticator.java:154)
at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithWebview(MicrosoftAuthenticator.java:138)
at de.pauljako.airclient.Account.webLogin(Account.java:60)
Describe the bug When I call authenticator.loginWithWebview() I get the following error:
To Reproduce Steps to reproduce the behavior:
Expected behavior WebView should Open
Desktop