Skip to content

Commit

Permalink
Merge pull request oktadev#179 from AlainODea/ao-BUG-closing-browser-…
Browse files Browse the repository at this point in the history
…wont-quit

🐛 Closing browser auth doesn't quit
  • Loading branch information
AlainODea committed Aug 21, 2018
2 parents 97fbdd9 + e5ed6ad commit 6bca36a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public static String login(OktaAwsCliEnvironment environment) throws Interrupted
public void start(final Stage stage) throws IOException {
stage.setWidth(802);
stage.setHeight(650);
stage.setOnCloseRequest(event -> System.exit(1));
Scene scene = new Scene(new Group());


final WebView browser = new WebView();
final WebEngine webEngine = browser.getEngine();

Expand Down

0 comments on commit 6bca36a

Please sign in to comment.