@@ -167,7 +167,7 @@ class Client extends Base
{
$info = $this->info();
if ($info) {
- return $this->location(true);
+ return $this->location($info);
}
$id = Dever::id();
$this->session->add($this->prefix . 'oauth_id', $id);