0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

🐛 Add missing hint on duplicate profile exception

This commit is contained in:
Andrey Antukh 2023-01-20 16:49:54 +01:00
parent 8468e7af24
commit 8d60b3fc3e

View file

@ -313,6 +313,7 @@
(throw e)
(ex/raise :type :validation
:code :email-already-exists
:hint "email already exists"
:cause e)))))))
(defn create-profile-relations