mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix validation error on password recovery submit operation
This commit is contained in:
parent
d016876710
commit
dac18e876f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue