We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f6f3b9 + bc10e34 commit c51a203Copy full SHA for c51a203
api/src/auth/routers/auth_router.py
@@ -80,7 +80,7 @@ def verify(input: VerifyInput):
80
input.message, input.signature)
81
82
payload = {"id": "{}:{}".format(
83
- verification_result.chain_id, verification_result.address)}
+ verification_result["chain_id"], verification_result["address"])}
84
85
token = generate_access_token(data=payload)
86
return global_response(
0 commit comments