mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
perf(app): working docker build stage, with github actions ci to push image
This commit is contained in:
@ -72,7 +72,7 @@ export class AuthService {
|
||||
}
|
||||
|
||||
forgotPassword(email: string) {
|
||||
this.usersService.generateResetToken(email);
|
||||
return this.usersService.generateResetToken(email);
|
||||
}
|
||||
|
||||
async resetPassword(resetPasswordDto: ResetPasswordDto) {
|
||||
|
||||
Reference in New Issue
Block a user