diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-21 10:20:44 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-21 10:32:14 -0300 |
commit | d6bcf278e8257460f68ca86a20bfa278ac436c1f (patch) | |
tree | 55d7693c1d8bac9e2286cba8a9bbac01ce0389f9 /src/leap/bitmask/gui/mainwindow.py | |
parent | 1662a500c8367478cac54e71feae9c239cec4bd3 (diff) |
Use DELETE /1/logout to properly logout
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index e84b7a7b..9b9359bd 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1343,6 +1343,9 @@ class MainWindow(QtGui.QMainWindow): Starts the logout sequence """ + + self._soledad_bootstrapper.cancel_bootstrap() + # XXX: If other defers are doing authenticated stuff, this # might conflict with those. CHECK! threads.deferToThread(self._srp_auth.logout) |