mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 16:14:55 +00:00
merged with dev
This commit is contained in:
@ -199,7 +199,7 @@ export class UserAuthService {
|
||||
});
|
||||
const subject = 'OTP send successfully';
|
||||
const message = `Your OTP code is ${otpCode}`;
|
||||
this.emailService.sendOTPEmail(data.email, subject, message);
|
||||
this.emailService.sendEmail(data.email, subject, message);
|
||||
return otpCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user