summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dummy.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/core/dummy.py
parent8008e050a8c6392098f80d2b022a1c899bdea4a9 (diff)
[feat] remove password from logout
Logout doesn't need password.
Diffstat (limited to 'src/leap/bitmask/core/dummy.py')
-rw-r--r--src/leap/bitmask/core/dummy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/dummy.py b/src/leap/bitmask/core/dummy.py
index 99dfafa5..7b6be397 100644
--- a/src/leap/bitmask/core/dummy.py
+++ b/src/leap/bitmask/core/dummy.py
@@ -73,7 +73,7 @@ class BonafideService(HookableService):
def do_signup(self, user, password):
return {'signup': 'ok', 'user': 'dummyuser@provider.example.org'}
- def do_logout(self, user, password):
+ def do_logout(self, user):
return {'logout': 'ok'}
def do_get_active_user(self):