reset_token에서 불필요한 명령 제거

This commit is contained in:
2018-09-16 17:58:56 +09:00
parent 097e2fb653
commit 9dcafaaa38
-1
View File
@@ -31,7 +31,6 @@ if($expectedDate <= $tokenValidUntil){
]);
}
unset($oauthInfo['tokenValidUntil']);
RootDB::db()->update('member', [
'token_valid_until'=> null
], 'no=%i', $userID);