mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 03:53:51 +00:00
Merge branch 'main' into develop
This commit is contained in:
commit
07a94de607
@ -400,7 +400,8 @@
|
|||||||
(emails/send! conn emails/password-recovery
|
(emails/send! conn emails/password-recovery
|
||||||
{:to (:email profile)
|
{:to (:email profile)
|
||||||
:token (:token profile)
|
:token (:token profile)
|
||||||
:name (:fullname profile)}))]
|
:name (:fullname profile)})
|
||||||
|
nil)]
|
||||||
|
|
||||||
(db/with-atomic [conn pool]
|
(db/with-atomic [conn pool]
|
||||||
(when-let [profile (profile/retrieve-profile-data-by-email conn email)]
|
(when-let [profile (profile/retrieve-profile-data-by-email conn email)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user