summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/cli/bitmask_cli.py
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2016-05-19 12:31:12 +0200
committerRuben Pollan <meskio@sindominio.net>2016-05-19 12:31:12 +0200
commit13963904a184834a6a2a20c9a6d59c5ad6ec37ff (patch)
tree66491482d109039f072ead00a2ad168950940dd6 /src/leap/bitmask/cli/bitmask_cli.py
parent8008e050a8c6392098f80d2b022a1c899bdea4a9 (diff)
[feat] remove password from logout
Logout doesn't need password.
Diffstat (limited to 'src/leap/bitmask/cli/bitmask_cli.py')
-rwxr-xr-xsrc/leap/bitmask/cli/bitmask_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/cli/bitmask_cli.py b/src/leap/bitmask/cli/bitmask_cli.py
index c2b1ba71..126577f5 100755
--- a/src/leap/bitmask/cli/bitmask_cli.py
+++ b/src/leap/bitmask/cli/bitmask_cli.py
@@ -252,7 +252,7 @@ def send_command(cli):
data += ['authenticate', username, passwd]
elif subargs.logout:
- data += ['logout', username, passwd]
+ data += ['logout', username]
else:
error('Use bitmask_cli user --help to see available subcommands')