We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e8716 commit 1fc3d69Copy full SHA for 1fc3d69
src/main/java/com/esri/samples/portal/oauth/OAuthController.java
@@ -45,7 +45,6 @@ private void initialize() {
45
void authenticate() {
46
47
AuthenticationDialog authenticationDialog = new AuthenticationDialog();
48
- authenticationDialog.initOwner(fullName.getScene().getWindow());
49
authenticationDialog.show();
50
authenticationDialog.setOnCloseRequest(r -> {
51
0 commit comments