Skip to content

Commit

Permalink
CTX-6577: Discussion changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Tintor committed Aug 26, 2024
1 parent 986ea77 commit 782eb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coretex/cli/modules/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ def configureServerUrl() -> str:
serverUrl: str = ui.clickPrompt("Enter server url that you wish to use", type = str)

if not validateServerUrl(serverUrl):
ui.warningEcho("You've entered invalid server url. Please try again.")
serverUrl = configureServerUrl()
serverUrl = ui.clickPrompt("You've entered invalid server url. Please try again.", type = str)

return serverUrl

Expand Down

0 comments on commit 782eb34

Please sign in to comment.