mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
🐛 Fix unexpected exception on password change endpoint (back).
This commit is contained in:
parent
406157c06c
commit
e010bbb631
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
:type :update-profile-password
|
:type :update-profile-password
|
||||||
:user user)]
|
:user user)]
|
||||||
(-> (sv/novelty message)
|
(-> (sv/novelty message)
|
||||||
(p/then #(http/ok %)))))
|
(p/then (fn [_] (http/no-content))))))
|
||||||
|
|
||||||
;; TODO: validate {:multipart {:file {:filename "sample.jpg", :content-type "application/octet-stream", :tempfile #file "/tmp/ring-multipart-7913603702731714635.tmp", :size 312043}}}
|
;; TODO: validate {:multipart {:file {:filename "sample.jpg", :content-type "application/octet-stream", :tempfile #file "/tmp/ring-multipart-7913603702731714635.tmp", :size 312043}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue