mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 08:31:39 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
62aa6569f2
57 changed files with 896 additions and 677 deletions
|
@ -45,10 +45,10 @@
|
|||
|
||||
(def default-features
|
||||
(cond-> #{}
|
||||
(contains? cf/flags :feature-storage-pointer-map)
|
||||
(contains? cf/flags :fdata-storage-pointer-map)
|
||||
(conj "storage/pointer-map")
|
||||
|
||||
(contains? cf/flags :feature-storage-objects-map)
|
||||
(contains? cf/flags :fdata-storage-objects-map)
|
||||
(conj "storage/objects-map")))
|
||||
|
||||
;; --- SPECS
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
:email email
|
||||
:fullname fullname
|
||||
:is-active true
|
||||
:password (derive-password password)
|
||||
:password password
|
||||
:props {}}
|
||||
profile (->> (cmd.auth/create-profile! conn params)
|
||||
(cmd.auth/create-profile-rels! conn))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue