added cooldown with OTP

This commit is contained in:
unknown
2024-08-21 14:25:06 +03:00
parent 95a315db8f
commit eb7d294471
2 changed files with 16 additions and 4 deletions

View File

@ -71,7 +71,7 @@ export class UserAuthController {
return {
statusCode: HttpStatus.OK,
data: {
otp: otpCode,
...otpCode,
},
message: 'Otp Send Successfully',
};