Skip to content

Commit

Permalink
Update sms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KlaydKladowayIgr authored May 6, 2023
1 parent 5a1ddff commit 438a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth/utils/sms.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def send_code(phone: str) -> Optional[UserAuthCodeInfo]:

code = await create_code()

#await sms.send(phone, code)
await sms.send(phone, code)

return await set_code(phone, code)

Expand Down

0 comments on commit 438a650

Please sign in to comment.