dever 4 years ago
parent
commit
9ebfd9e594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Client.php

+ 1 - 1
lib/Client.php

@@ -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);