fix: 토큰 갱신 시 UserID가 잘못된 버그 수정정
This commit is contained in:
@@ -139,7 +139,7 @@ class LoginByToken extends LoginByID
|
||||
'login_token',
|
||||
'id = %i', $token_id
|
||||
);
|
||||
$nextToken = $this->addToken($token_id);
|
||||
$nextToken = $this->addToken($userInfo['no']);
|
||||
return [
|
||||
'result' => true,
|
||||
'silent' => true,
|
||||
|
||||
Reference in New Issue
Block a user