Commit 045805f3 by doszhang

d

parent f359e00b
......@@ -36,7 +36,6 @@ trait ControllerTrait
$state = 1;
SignedCookie::set_cookie("redirect_back", $redirect_url, C('cookie_sign'), 86400 * 60);
$auth_url = $helper->auth_url($callback_url, $this->auth_type, $state);
var_dump($auth_url);die();
redirect($auth_url);
exit(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment