From c18c1dae66405032b0982f88adb50a68438e8a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20=C3=96stberg?= Date: Fri, 12 Apr 2019 11:48:14 +0200 Subject: [PATCH] remove contact person from route.py --- backend/route.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/route.py b/backend/route.py index 71751fd6a..4b5179f12 100644 --- a/backend/route.py +++ b/backend/route.py @@ -30,7 +30,6 @@ "secret": swefreq_settings.elixir["secret"], "redirect_uri": swefreq_settings.elixir["redirectUri"], }, - "contact_person": 'mats.dahlberg@scilifelab.se', "redirect_uri": swefreq_settings.redirect_uri, "xsrf_cookies": True, "template_path": "templates/",