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 6442227 commit 2c35382Copy full SHA for 2c35382
blessclient/client.py
@@ -199,7 +199,7 @@ def get_mfa_token_cli():
199
200
def get_mfa_token_gui(message):
201
sys.stderr.write(
202
- "Enter your AWS MFA token in the gui dialog. Alternatively, run mfa.sh first.\n")
+ "Enter your AWS MFA token in the gui dialog.\n")
203
tig = tokengui.TokenInputGUI()
204
if message == 'BLESS':
205
message = None
0 commit comments