@@ -35,7 +35,7 @@ export class AuthService {
|
||||
|
||||
await this.otpService.set(phone, code)
|
||||
|
||||
await this.smsService.sendotp(phone, code);
|
||||
// await this.smsService.sendotp(phone, code);
|
||||
|
||||
return { code };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user