... const currentHashPwd = response.body[0][1]; const isPwdMatch = bcrypt.checkpw(user.password, currentHashPwd); if (!isPwdMatch) { response.body = { err: ...
確定! 回上一頁