mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05: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 stream
|
||||
(rs/init {:user {:fullname "Cirilla Fiona"
|
||||
:avatar "/images/favicon.png"}
|
||||
:dashboard {:project-order :name
|
||||
(rs/init {:dashboard {:project-order :name
|
||||
:project-filter ""}
|
||||
:route nil
|
||||
:auth nil
|
||||
:workspace nil
|
||||
:shapes-by-id {}
|
||||
:elements-by-id {}
|
||||
|
|
Loading…
Add table
Reference in a new issue