mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix validation error on password recovery submit operation
This commit is contained in:
parent
d016876710
commit
dac18e876f
@ -500,7 +500,7 @@
|
|||||||
|
|
||||||
(defn recover-profile
|
(defn recover-profile
|
||||||
[data]
|
[data]
|
||||||
(dm/assert! (sm/valid? ::recover-profile data))
|
(dm/assert! (sm/valid? schema:recover-profile data))
|
||||||
(ptk/reify ::recover-profile
|
(ptk/reify ::recover-profile
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ _ _]
|
(watch [_ _ _]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user