diff --git a/backend/src/uxbox/api/users.clj b/backend/src/uxbox/api/users.clj index 755788d3e..f2226a4ad 100644 --- a/backend/src/uxbox/api/users.clj +++ b/backend/src/uxbox/api/users.clj @@ -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}}}