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

Disable default project loading on demo users.

This commit is contained in:
Andrey Antukh 2021-11-11 13:23:07 +01:00
parent f7401daeae
commit 250e79eda1

View file

@ -46,8 +46,7 @@
(db/with-atomic [conn pool]
(->> (#'profile/create-profile conn params)
(#'profile/create-profile-relations conn)
(sid/load-initial-project! conn))
(#'profile/create-profile-relations conn))
(with-meta {:email email
:password password}