Complete logout

This commit is contained in:
Théo Piboubès
2015-09-04 18:23:10 +02:00
parent eaed514208
commit b643ce9559
2 changed files with 7 additions and 0 deletions

View File

@@ -352,6 +352,7 @@ class BasePage(object):
if self.reddit.is_oauth_session():
self.reddit.clear_authentication()
self.oauth.clear_oauth_data()
return
self.oauth.authorize()