mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 17:16:37 +02:00
✏️ Fix typo
This commit is contained in:
parent
e72f864ee9
commit
1ef8789d21
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
||||||
:code ::username-already-exists))))
|
:code ::username-already-exists))))
|
||||||
|
|
||||||
(defn- register-user
|
(defn- register-user
|
||||||
"Create the user entry onthe database with limited input
|
"Create the user entry on the database with limited input
|
||||||
filling all the other fields with defaults."
|
filling all the other fields with defaults."
|
||||||
[conn {:keys [username fullname email password] :as params}]
|
[conn {:keys [username fullname email password] :as params}]
|
||||||
(check-user-registred! conn params)
|
(check-user-registred! conn params)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue