Skip to content

Commit 7138a89

Browse files
authored
Fix #105
1 parent a251291 commit 7138a89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

onelogin-saml-sso/php/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function redirect_to_relaystate_if_trusted($url) {
5656
} else {
5757
wp_redirect($url);
5858
}
59+
exit();
5960
}
6061

6162
function checkIsExternalURLAllowed($url, $trustedSites = [])

0 commit comments

Comments
 (0)