From fc6d25767d699f09ec11817286c343533bf54a8a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 24 Feb 2016 17:21:43 +0200 Subject: [PATCH] Add :auth to default state. --- src/uxbox/state.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uxbox/state.cljs b/src/uxbox/state.cljs index 6ba8d0e6a9..b206105010 100644 --- a/src/uxbox/state.cljs +++ b/src/uxbox/state.cljs @@ -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 {}