fix : auth message
This commit is contained in:
@@ -275,7 +275,7 @@ export class AuthService {
|
||||
|
||||
this.logger.log(`otp code: ${otpCode} for email: ${email}`);
|
||||
|
||||
return { message: 'success' }
|
||||
return { message: AuthMessage.OTP_SENTـTO_EMAIL }
|
||||
}
|
||||
|
||||
async verifyForgotPasswordOtp(dto: VerifyForgotPasswordOtpDto) {
|
||||
|
||||
Reference in New Issue
Block a user