mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 16:04:53 +00:00
added cooldown with OTP
This commit is contained in:
@ -71,7 +71,7 @@ export class UserAuthController {
|
||||
return {
|
||||
statusCode: HttpStatus.OK,
|
||||
data: {
|
||||
otp: otpCode,
|
||||
...otpCode,
|
||||
},
|
||||
message: 'Otp Send Successfully',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user