mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
🐛 Add missing spec.
This commit is contained in:
parent
f909b316c7
commit
0c3184ed83
1 changed files with 3 additions and 0 deletions
|
@ -228,6 +228,9 @@
|
||||||
|
|
||||||
;; --- Mutation: Register if not exists
|
;; --- Mutation: Register if not exists
|
||||||
|
|
||||||
|
(s/def ::login-or-register
|
||||||
|
(s/keys :req-un [::email ::fullname]))
|
||||||
|
|
||||||
(sv/defmethod ::login-or-register {:auth false}
|
(sv/defmethod ::login-or-register {:auth false}
|
||||||
[{:keys [pool] :as cfg} {:keys [email fullname] :as params}]
|
[{:keys [pool] :as cfg} {:keys [email fullname] :as params}]
|
||||||
(letfn [(populate-additional-data [conn profile]
|
(letfn [(populate-additional-data [conn profile]
|
||||||
|
|
Loading…
Add table
Reference in a new issue