commit
5e8870ec1b
1 changed files with 6 additions and 3 deletions
|
@ -39,8 +39,11 @@ class Account:
|
|||
}
|
||||
)
|
||||
|
||||
try:
|
||||
trace_token = response.json()['response']['id']
|
||||
if logging: print(trace_token)
|
||||
except KeyError:
|
||||
return 'Failed to create account!'
|
||||
|
||||
response = client.post(
|
||||
f"https://clerk.forefront.ai/v1/client/sign_ups/{trace_token}/prepare_verification?_clerk_js_version=4.32.6",
|
||||
|
|
Loading…
Reference in a new issue