dever 4 년 전
부모
커밋
9ebfd9e594
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);