diff --git a/backend/src/app/rpc/mutations/profile.clj b/backend/src/app/rpc/mutations/profile.clj index bbcafd225..d897b5ac6 100644 --- a/backend/src/app/rpc/mutations/profile.clj +++ b/backend/src/app/rpc/mutations/profile.clj @@ -400,7 +400,8 @@ (emails/send! conn emails/password-recovery {:to (:email profile) :token (:token profile) - :name (:fullname profile)}))] + :name (:fullname profile)}) + nil)] (db/with-atomic [conn pool] (when-let [profile (profile/retrieve-profile-data-by-email conn email)]