Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polaris/hub/external_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def interactive_login(self, overwrite: bool = False, auto_open_browser: bool = T
# Step 3: Exchange authorization code for an access token
self.fetch_token(code=authorization_code, grant_type="authorization_code")

logger.info(f"Successfully authenticated to the Polaris Hub as `{self.user_info['email']}`! 🎉")
logger.info(f"Successfully authenticated to the Polaris Hub as `{self.user_info['email']}`!")