(20250306) Print statement removed.
This commit is contained in:
@@ -340,7 +340,6 @@ async def verify_otp(
|
||||
)
|
||||
|
||||
# If the OTP failed:
|
||||
print("OTP RESPONSE:", otp_response)
|
||||
if not otp_response.success: return ResponseModel(
|
||||
status_code = StatusCodes.FAILED,
|
||||
http_code = HttpCodes.UNAUTHORIZED,
|
||||
|
||||
Reference in New Issue
Block a user