(20250303) More print statements>
This commit is contained in:
@@ -359,6 +359,7 @@ async def verify_otp(
|
|||||||
)
|
)
|
||||||
if not phone_no.startswith("254"): phone_no = "254" + phone_no
|
if not phone_no.startswith("254"): phone_no = "254" + phone_no
|
||||||
phone_no = "+" + phone_no
|
phone_no = "+" + phone_no
|
||||||
|
print("CLEANED PHONE NO.:", phone_no)
|
||||||
|
|
||||||
# hit Omkar's API:
|
# hit Omkar's API:
|
||||||
api_response = await current_app.http_client.post(
|
api_response = await current_app.http_client.post(
|
||||||
|
|||||||
Reference in New Issue
Block a user