0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 Add missing spec.

This commit is contained in:
Andrey Antukh 2021-01-08 14:41:14 +01:00
parent f909b316c7
commit 0c3184ed83

View file

@ -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]