mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
✨ Disable default project loading on demo users.
This commit is contained in:
parent
f7401daeae
commit
250e79eda1
@ -46,8 +46,7 @@
|
|||||||
|
|
||||||
(db/with-atomic [conn pool]
|
(db/with-atomic [conn pool]
|
||||||
(->> (#'profile/create-profile conn params)
|
(->> (#'profile/create-profile conn params)
|
||||||
(#'profile/create-profile-relations conn)
|
(#'profile/create-profile-relations conn))
|
||||||
(sid/load-initial-project! conn))
|
|
||||||
|
|
||||||
(with-meta {:email email
|
(with-meta {:email email
|
||||||
:password password}
|
:password password}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user