mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-27 18:13:58 +00:00
And load user collections also after logout
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user