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 11458c7 commit 5f8c0aaCopy full SHA for 5f8c0aa
SoftLayer/CLI/login.py
@@ -56,7 +56,7 @@ def cli(env):
56
if username is None:
57
username = input("Username: ")
58
click.echo("Username: {}".format(username))
59
- if password is None:
+ if not password:
60
password = env.getpass("Password: ")
61
click.echo("Password: {}".format(censor_password(password)))
62
yubi = input("Yubi: ")
0 commit comments