0
Fork 0
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:
Andrey Antukh 2023-06-19 13:07:46 +02:00
parent d016876710
commit dac18e876f

View file

@ -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 [_ _ _]