Skip to content
Snippets Groups Projects
Commit 78d1fd00 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

use our :admin-email setting in the public settings that we bootstrap with.

parent c85ef0d3
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@
(or (nil? tracking?) (= "true" tracking?)))
:site_name (get :site-name)
:email_configured (not (s/blank? (or (get :email-smtp-host) (get-from-env-var :email-smtp-host))))
:admin_email (sel :one :field ['User :email] (k/where {:is_superuser true :is_active true}))})
:admin_email (get :admin-email)})
;; # IMPLEMENTATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment