Issue #108: Attempt to fix regression for cookie during auto flow (#119)

isekai
Jonathan Daggerhart 6 years ago committed by GitHub
parent 9a204ebcae
commit f33225fc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,7 @@ class OpenID_Connect_Generic_Login_Form {
&& ! isset( $_POST['wp-submit'] ) )
{
if ( ! isset( $_GET['login-error'] ) ) {
$this->handle_redirect_cookie();
wp_redirect( $this->client_wrapper->get_authentication_url() );
exit;
}

Loading…
Cancel
Save