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:
parent
f7401daeae
commit
250e79eda1
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue