reset_token에서 불필요한 명령 제거

This commit is contained in:
2018-09-17 23:06:24 +09:00
parent c160c5a555
commit 78f8b56203
-1
View File
@@ -31,7 +31,6 @@ if($expectedDate <= $tokenValidUntil){
]);
}
unset($oauthInfo['tokenValidUntil']);
RootDB::db()->update('member', [
'token_valid_until'=> null
], 'no=%i', $userID);