mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix unexpected exception on password change endpoint (back).
This commit is contained in:
parent
406157c06c
commit
e010bbb631
@ -59,7 +59,7 @@
|
||||
:type :update-profile-password
|
||||
:user user)]
|
||||
(-> (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}}}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user