Added person lookup by email and email auth url key.
This commit is contained in:
@@ -394,9 +394,9 @@ async def lookup_email(
|
||||
if account_id := redis_lookup_id_random(record_id_random=x_account_id, table_name='account'): pass
|
||||
else: return mk_resp(data=None, status_code=404, response=response)
|
||||
|
||||
import time
|
||||
# import time
|
||||
|
||||
time.sleep(1)
|
||||
# time.sleep(1)
|
||||
|
||||
if person_rec_list_result := get_person_rec_list(
|
||||
#account_id = account_id,
|
||||
|
||||
Reference in New Issue
Block a user