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.
2 parents 30e18ec + 6f32081 commit bfdaad7Copy full SHA for bfdaad7
src/main/java/com/okta/tools/authentication/BrowserAuthentication.java
@@ -80,8 +80,8 @@ public void start(final Stage stage) throws IOException {
80
initializeCookies(uri);
81
82
SubresourceIntegrityStrippingHack.overrideHttpsProtocolHandler(environment);
83
- webEngine.getLoadWorker().stateProperty()
84
- .addListener((ov, oldState, newState) -> {
+ webEngine.locationProperty()
+ .addListener((ov, oldLocation, newLocation) -> {
85
if (webEngine.getDocument() != null) {
86
checkForAwsSamlSignon(stage, webEngine);
87
stage.setTitle(webEngine.getLocation());
0 commit comments