From 8d60b3fc3e43be2bec6720c5505688ea596fea15 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 20 Jan 2023 16:49:54 +0100 Subject: [PATCH] :bug: Add missing hint on duplicate profile exception --- backend/src/app/rpc/commands/auth.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/app/rpc/commands/auth.clj b/backend/src/app/rpc/commands/auth.clj index dec65f571..e1244dc33 100644 --- a/backend/src/app/rpc/commands/auth.clj +++ b/backend/src/app/rpc/commands/auth.clj @@ -313,6 +313,7 @@ (throw e) (ex/raise :type :validation :code :email-already-exists + :hint "email already exists" :cause e))))))) (defn create-profile-relations