Skip to content

Commit c50d617

Browse files
committed
test
1 parent 1356c62 commit c50d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guardrails/cli/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def configure(
7575
# Authenticate with the Hub if token was updated
7676
if token != existing_config.get("token", ""):
7777
logger.info("Validating credentials...")
78-
get_auth()
78+
#get_auth()
7979
success_message = """
8080
Login successful.
8181

0 commit comments

Comments
 (0)