reset_token에서 불필요한 명령 제거
This commit is contained in:
@@ -31,7 +31,6 @@ if($expectedDate <= $tokenValidUntil){
|
||||
]);
|
||||
}
|
||||
|
||||
unset($oauthInfo['tokenValidUntil']);
|
||||
RootDB::db()->update('member', [
|
||||
'token_valid_until'=> null
|
||||
], 'no=%i', $userID);
|
||||
|
||||
Reference in New Issue
Block a user