Skip to content

Commit 3543852

Browse files
authored
CM-14544 - change login url (#22)
change login url
1 parent 22d6088 commit 3543852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/auth/auth_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def save_api_token(self, api_token: ApiToken):
7878

7979
def _build_login_url(self, code_challenge: str, session_id: str):
8080
app_url = self.configuration_manager.get_cycode_app_url()
81-
login_url = f'{app_url}/account/login'
81+
login_url = f'{app_url}/account/sign-in'
8282
query_params = {
8383
'source': 'cycode_cli',
8484
'code_challenge': code_challenge,

0 commit comments

Comments
 (0)