enable send otp
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-29 10:43:53 +03:30
parent 7c7f6d1f62
commit d039fe0b72
+1 -1
View File
@@ -52,7 +52,7 @@ export class AuthService {
const key = isAdmin ? this.adminOtpKey(slug, normalizedPhone) : this.userOtpKey(slug, normalizedPhone);
await this.cacheService.set(key, code, this.OTP_EXPIRATION_TIME);
// await this.smsService.sendotp(normalizedPhone, code);
await this.smsService.sendotp(normalizedPhone, code);
console.log('code', code);
return { code: null };