Skip to content

Commit

Permalink
don't echo token during synadm config
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Mar 27, 2024
1 parent 4956242 commit 2a5ebeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/cli/__init__.py
Expand Up @@ -184,7 +184,7 @@ def get_redacted_token_prompt(cli_token):
"token": click.prompt(
get_redacted_token_prompt(token),
default=token if token else helper.config.get("token", token),
show_default=False,),
show_default=False, hide_input=True),
"base_url": click.prompt(
"Synapse base URL",
default=base_url if base_url else helper.config.get(
Expand Down

0 comments on commit 2a5ebeb

Please sign in to comment.