Skip to content

Commit 1fc3d69

Browse files
committed
remove authenticationDialog window owner
1 parent e2e8716 commit 1fc3d69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/esri/samples/portal/oauth/OAuthController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ private void initialize() {
4545
void authenticate() {
4646

4747
AuthenticationDialog authenticationDialog = new AuthenticationDialog();
48-
authenticationDialog.initOwner(fullName.getScene().getWindow());
4948
authenticationDialog.show();
5049
authenticationDialog.setOnCloseRequest(r -> {
5150

0 commit comments

Comments
 (0)