Skip to content

Commit

Permalink
Refine description
Browse files Browse the repository at this point in the history
Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com>
  • Loading branch information
danielballan and padraic-shafer authored Jan 5, 2025
1 parent cc827f6 commit 799f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/client/context.py
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ def prompt_for_credentials(http_client, providers):
except httpx.HTTPStatusError as err:
if err.response.status_code == httpx.codes.UNAUTHORIZED:
print(
"Username or password not recognized. Retry, or press Enter to escape."
"Username or password not recognized. Retry, or press Enter to cancel."
)
continue
else:

0 comments on commit 799f7ba

Please sign in to comment.