Error in `auth.service`
Closed this issue · 1 comments
jameskentTX commented
sendResetPasswordMail
function:
there is:
await this.emailChangeRepository.insert(passwordReset);
should be:
await this.passwordResetRepository.insert(passwordReset);
ahmetuysal commented
thanks!