fix : auth message

This commit is contained in:
2026-02-07 11:22:40 +03:30
parent c6d14492c1
commit 27472034b4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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) {