up
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-26 12:24:21 +03:30
parent 841406ad84
commit 6d16a7dde5
8 changed files with 55 additions and 22 deletions
+1 -1
View File
@@ -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 };
}