(20241230) Added display name for paperTrading.
This commit is contained in:
@@ -192,6 +192,8 @@ async def request_oauth_authorization_url(
|
|||||||
token_notes = {
|
token_notes = {
|
||||||
"username": inbound_data.auth.username
|
"username": inbound_data.auth.username
|
||||||
},
|
},
|
||||||
|
display_name = inbound_data.auth.username,
|
||||||
|
display_picture = None,
|
||||||
session_token = inbound_headers["X-Session-Token"]
|
session_token = inbound_headers["X-Session-Token"]
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -234,6 +236,8 @@ async def request_oauth_authorization_url(
|
|||||||
"apiKey": inbound_data.auth.apiKey,
|
"apiKey": inbound_data.auth.apiKey,
|
||||||
"authUrl": auth_url
|
"authUrl": auth_url
|
||||||
},
|
},
|
||||||
|
display_name = None,
|
||||||
|
display_picture = None,
|
||||||
session_token = inbound_headers["X-Session-Token"]
|
session_token = inbound_headers["X-Session-Token"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user