We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1356c62 commit c50d617Copy full SHA for c50d617
guardrails/cli/configure.py
@@ -75,7 +75,7 @@ def configure(
75
# Authenticate with the Hub if token was updated
76
if token != existing_config.get("token", ""):
77
logger.info("Validating credentials...")
78
- get_auth()
+ #get_auth()
79
success_message = """
80
Login successful.
81
0 commit comments