mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 17:31:40 +02:00
♻️ Refactor configuration validation
Replace spec with schema
This commit is contained in:
parent
0a86d9d515
commit
9174bb140b
14 changed files with 267 additions and 344 deletions
|
@ -45,7 +45,7 @@
|
|||
params {:email email
|
||||
:fullname fullname
|
||||
:is-active true
|
||||
:deleted-at (dt/in-future cf/deletion-delay)
|
||||
:deleted-at (dt/in-future (cf/get-deletion-delay))
|
||||
:password (profile/derive-password cfg password)
|
||||
:props {}}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue