Skip to content

Commit a8950a9

Browse files
committed
remove default
1 parent 87126a2 commit a8950a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datacustomcode/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def configure(profile: str, auth_type: str) -> None:
136136

137137
# Common fields for all auth types
138138
click.echo(f"\nConfiguring {auth_type} authentication for profile '{profile}':\n")
139-
login_url = click.prompt("Login URL", default="https://login.salesforce.com")
139+
login_url = click.prompt("Login URL")
140140
client_id = click.prompt("Client ID")
141141

142142
# Route to appropriate handler based on auth type

0 commit comments

Comments
 (0)