Skip to content

Commit

Permalink
really fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 23, 2016
1 parent ad88072 commit 6e6c9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pas/plugins/authomatic/useridentities.py
Expand Up @@ -54,6 +54,7 @@ def identity(self, provider):
return self._identities.get(provider, None)

def update_userdata(self, result):
self._sheet = None # invalidate property sheet
identity = self._identities[result.provider.name]
identity.update(result.user.to_dict())

Expand Down

0 comments on commit 6e6c9a9

Please sign in to comment.