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

View file

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