Skip to content

Commit

Permalink
Merge pull request #534 from NBISweden/feature/contact-to-settings
Browse files Browse the repository at this point in the history
Remove contact person
  • Loading branch information
viklund committed Apr 15, 2019
2 parents 7f44929 + c18c1da commit 51ea3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 51ea3f5

Please sign in to comment.