mirror of
https://github.com/penpot/penpot.git
synced 2026-03-07 10:41:05 +00:00
🐛 Add missing spec.
This commit is contained in:
@@ -228,6 +228,9 @@
|
||||
|
||||
;; --- Mutation: Register if not exists
|
||||
|
||||
(s/def ::login-or-register
|
||||
(s/keys :req-un [::email ::fullname]))
|
||||
|
||||
(sv/defmethod ::login-or-register {:auth false}
|
||||
[{:keys [pool] :as cfg} {:keys [email fullname] :as params}]
|
||||
(letfn [(populate-additional-data [conn profile]
|
||||
|
||||
Reference in New Issue
Block a user