We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87126a2 commit a8950a9Copy full SHA for a8950a9
1 file changed
src/datacustomcode/cli.py
@@ -136,7 +136,7 @@ def configure(profile: str, auth_type: str) -> None:
136
137
# Common fields for all auth types
138
click.echo(f"\nConfiguring {auth_type} authentication for profile '{profile}':\n")
139
- login_url = click.prompt("Login URL", default="https://login.salesforce.com")
+ login_url = click.prompt("Login URL")
140
client_id = click.prompt("Client ID")
141
142
# Route to appropriate handler based on auth type
0 commit comments