From 3715849b6e9eaf1b9fcfaff76357db448b7d5c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20=C3=96stberg?= Date: Thu, 23 May 2019 12:28:24 +0200 Subject: [PATCH] Forgotten login_type check. --- backend/application.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/application.py b/backend/application.py index 22069299d..bd41b65a7 100644 --- a/backend/application.py +++ b/backend/application.py @@ -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)