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

Don't load initial project on profile creation.

This commit is contained in:
Andrey Antukh 2021-11-03 13:17:54 +01:00 committed by Andrés Moya
parent 71fe7ef125
commit 2e5040e65d

View file

@ -18,7 +18,6 @@
[app.metrics :as mtx]
[app.rpc.mutations.teams :as teams]
[app.rpc.queries.profile :as profile]
[app.setup.initial-data :as sid]
[app.storage :as sto]
[app.util.services :as sv]
[app.util.time :as dt]
@ -154,9 +153,6 @@
(create-profile conn)
(create-profile-relations conn)
(decode-profile-row))]
(sid/load-initial-project! conn profile)
(cond
;; If invitation token comes in params, this is because the
;; user comes from team-invitation process; in this case,