mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
🐛 Add missing hint on duplicate profile exception
This commit is contained in:
parent
8468e7af24
commit
8d60b3fc3e
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@
|
||||||
(throw e)
|
(throw e)
|
||||||
(ex/raise :type :validation
|
(ex/raise :type :validation
|
||||||
:code :email-already-exists
|
:code :email-already-exists
|
||||||
|
:hint "email already exists"
|
||||||
:cause e)))))))
|
:cause e)))))))
|
||||||
|
|
||||||
(defn create-profile-relations
|
(defn create-profile-relations
|
||||||
|
|
Loading…
Add table
Reference in a new issue