Skip to content

Commit

Permalink
Merge branch 'master' into add-php84-to-the-test-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo authored Jul 15, 2024
2 parents 328055a + 8b4070d commit 2f0fc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/INTER-Mediator-Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ let INTERMediatorOnPage = {
}
if(!dontMove) {
if (logoutURL) { // For SAML auth.
href.location = logoutURL
location.href = logoutURL
} else if (move) { // built-in auth
href.location = move
location.href = move
} else {
location.reload()
}
Expand Down

0 comments on commit 2f0fc21

Please sign in to comment.