Skip to content

Commit

Permalink
CLI should reuse existing tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 9, 2025
1 parent 25a00a0 commit a5ae676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tiled/commandline/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,4 @@ def get_context(profile):
context, _ = Context.from_any_uri(
profile_content["uri"], verify=profile_content.get("verify", True)
)
if context.server_info["authentication"]["required"]:
context.authenticate()
return context

0 comments on commit a5ae676

Please sign in to comment.