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.
1 parent 22d6088 commit 3543852Copy full SHA for 3543852
1 file changed
cli/auth/auth_manager.py
@@ -78,7 +78,7 @@ def save_api_token(self, api_token: ApiToken):
78
79
def _build_login_url(self, code_challenge: str, session_id: str):
80
app_url = self.configuration_manager.get_cycode_app_url()
81
- login_url = f'{app_url}/account/login'
+ login_url = f'{app_url}/account/sign-in'
82
query_params = {
83
'source': 'cycode_cli',
84
'code_challenge': code_challenge,
0 commit comments