ahmetuysal/nest-hackathon-starter

Error in `auth.service`

Closed this issue · 1 comments

sendResetPasswordMail function:

there is:

await this.emailChangeRepository.insert(passwordReset);

should be:

await this.passwordResetRepository.insert(passwordReset);

thanks!