mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-10 15:17:44 +00:00
fix: fix pipeline
This commit is contained in:
@ -73,7 +73,7 @@ export class AuthController {
|
|||||||
|
|
||||||
@Post('forget-password/reset')
|
@Post('forget-password/reset')
|
||||||
@HttpCode(HttpStatus.NO_CONTENT)
|
@HttpCode(HttpStatus.NO_CONTENT)
|
||||||
async resetPassword(@Body() forgetPasswordDto: ForgetPasswordRequestDto) {
|
resetPassword(@Body() forgetPasswordDto: ForgetPasswordRequestDto) {
|
||||||
return this.authService.verifyForgetPasswordOtp(forgetPasswordDto);
|
return this.authService.verifyForgetPasswordOtp(forgetPasswordDto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user