diff --git a/wwwroot/phone_login.dspy b/wwwroot/phone_login.dspy index c6a5981..8445ab6 100644 --- a/wwwroot/phone_login.dspy +++ b/wwwroot/phone_login.dspy @@ -89,7 +89,7 @@ try: d = await register_user(sor, udata) if d['status'] == 'error': - debug(f'here') + debug(f'here, {d}') return d try: ownerid = await get_owner_orgid(sor, orgid)