diff --git a/polaris/hub/external_client.py b/polaris/hub/external_client.py index 30f191ff..49098313 100644 --- a/polaris/hub/external_client.py +++ b/polaris/hub/external_client.py @@ -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']}`!")