diff --git a/companion.py b/companion.py index 3384af364..520afff28 100644 --- a/companion.py +++ b/companion.py @@ -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'