mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 09:41:38 +02:00
Update profile form integration.
This commit is contained in:
parent
105f995877
commit
f7013d6e8b
9 changed files with 365 additions and 138 deletions
|
@ -15,7 +15,7 @@
|
|||
[uxbox.router :as r]
|
||||
[uxbox.rstore :as rs]
|
||||
[uxbox.data.projects :as dp]
|
||||
[uxbox.data.auth :as uda]
|
||||
[uxbox.data.users :as udu]
|
||||
[uxbox.ui.lightbox :as ui-lightbox]
|
||||
[uxbox.ui.auth :as ui-auth]
|
||||
[uxbox.ui.dashboard :as ui-dashboard]
|
||||
|
@ -60,7 +60,7 @@
|
|||
(defn app-will-mount
|
||||
[own]
|
||||
(when @auth-data
|
||||
(rs/emit! (uda/fetch-profile)
|
||||
(rs/emit! (udu/fetch-profile)
|
||||
(dp/fetch-projects)))
|
||||
own)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue