06/03 Optimize codes, fix Schwab Account error
This commit is contained in:
@@ -67,6 +67,7 @@ def get_auth_url():
|
|||||||
'redirect_uri': redirect_uri,
|
'redirect_uri': redirect_uri,
|
||||||
'response_type': 'code',
|
'response_type': 'code',
|
||||||
'scope': 'readonly',
|
'scope': 'readonly',
|
||||||
|
'state': state,
|
||||||
})
|
})
|
||||||
return f'{SCHWAB_AUTH_URL}?{params}', state
|
return f'{SCHWAB_AUTH_URL}?{params}', state
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user