mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 09:21:39 +02:00
✨ Don't send emails on recovery password on not verified profile.
And show proper message to the user saying that the profile need to be verfied before proceed.
This commit is contained in:
parent
992a8e9aef
commit
687f7ddf64
4 changed files with 55 additions and 29 deletions
|
@ -184,10 +184,7 @@
|
|||
|
||||
(->> (rp/mutation :request-profile-recovery data)
|
||||
(rx/tap on-success)
|
||||
(rx/catch (fn [err]
|
||||
(on-error err)
|
||||
(rx/empty))))))))
|
||||
|
||||
(rx/catch on-error))))))
|
||||
|
||||
;; --- Recovery (Password)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue