perf(app): working docker build stage, with github actions ci to push image

This commit is contained in:
Amruth Pillai
2022-03-04 10:54:31 +01:00
parent 36f41c2f9d
commit 5104ea6438
16 changed files with 712 additions and 657 deletions

View File

@ -72,7 +72,7 @@ export class AuthService {
}
forgotPassword(email: string) {
this.usersService.generateResetToken(email);
return this.usersService.generateResetToken(email);
}
async resetPassword(resetPasswordDto: ResetPasswordDto) {