mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -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
|
||||
[data]
|
||||
(dm/assert! (sm/valid? ::recover-profile data))
|
||||
(dm/assert! (sm/valid? schema:recover-profile data))
|
||||
(ptk/reify ::recover-profile
|
||||
ptk/WatchEvent
|
||||
(watch [_ _ _]
|
||||
|
|
Loading…
Reference in a new issue