Exit after issuing a redirect

Terminate authentication_request_callback() after execution
Related issue: #46
isekai
Jonathan Daggerhart 7 years ago committed by GitHub
commit 06ed9dfdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -409,6 +409,8 @@ class OpenID_Connect_Generic_Client_Wrapper {
else {
wp_redirect( home_url() );
}
exit;
}
/**

Loading…
Cancel
Save