这是在我创建的模型方法中
// validate the password with passed-on user password userSchema.methods.isValidatedPassword = async function (usersendPassword) { return await bcrypt.compare(usersendPassword, this.password); };
我正试着用这个x一个一个一个一个x一个一个二个x
eqfvzcg81#
你添加了你的代码等待然后检查
const final user = await User.isValidatedPassword(existing user)
更多帮助请检查它user.isValidPassword is not a function
1条答案
按热度按时间eqfvzcg81#
你添加了你的代码等待然后检查
更多帮助请检查它user.isValidPassword is not a function