And load user collections also after logout

This commit is contained in:
Lukáš Lalinský
2014-04-25 21:22:25 +02:00
parent 98498793a8
commit 8293205854

View File

@@ -93,5 +93,6 @@ class GeneralOptionsPage(OptionsPage):
def logout(self):
self.tagger.xmlws.oauth_manager.revoke_tokens()
self.update_login_logout()
load_user_collections()
register_options_page(GeneralOptionsPage)