Skip to content

Commit

Permalink
Forgotten login_type check.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed May 23, 2019
1 parent 1791756 commit 3715849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def get(self):
'email': user.email,
'affiliation': user.affiliation,
'country': user.country,
'login_type': self.get_secure_cookie('identity_type').decode('utf-8'),
}

self.finish(ret)
Expand Down

0 comments on commit 3715849

Please sign in to comment.