mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 14:48:28 +02:00
Add :auth to default state.
This commit is contained in:
parent
3ed3219c7f
commit
fc6d25767d
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
||||||
(defonce state (atom {}))
|
(defonce state (atom {}))
|
||||||
|
|
||||||
(defonce stream
|
(defonce stream
|
||||||
(rs/init {:user {:fullname "Cirilla Fiona"
|
(rs/init {:dashboard {:project-order :name
|
||||||
:avatar "/images/favicon.png"}
|
|
||||||
:dashboard {:project-order :name
|
|
||||||
:project-filter ""}
|
:project-filter ""}
|
||||||
|
:route nil
|
||||||
|
:auth nil
|
||||||
:workspace nil
|
:workspace nil
|
||||||
:shapes-by-id {}
|
:shapes-by-id {}
|
||||||
:elements-by-id {}
|
:elements-by-id {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue