Skip to content

Commit

Permalink
Merge pull request #2108 from HullSeals/fix/1843/url_params
Browse files Browse the repository at this point in the history
[1843] Update URL Parameter Encoding
  • Loading branch information
C1701D authored Dec 13, 2023
2 parents 21268d5 + 95f2ea4 commit cb7fbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def refresh(self) -> str | None:
webbrowser.open(
f'{FRONTIER_AUTH_SERVER}{self.FRONTIER_AUTH_PATH_AUTH}?response_type=code'
f'&audience=frontier,steam,epic'
f'&scope=auth capi'
f'&scope=auth%20capi'
f'&client_id={self.CLIENT_ID}'
f'&code_challenge={challenge}'
f'&code_challenge_method=S256'
Expand Down

0 comments on commit cb7fbfc

Please sign in to comment.