fix for debug server start on login
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
d3ed67e29b
commit
dc8976a8b2
|
@ -183,7 +183,7 @@
|
||||||
(notifications/process-stored-event address)))
|
(notifications/process-stored-event address)))
|
||||||
|
|
||||||
(defn dev-mode? [cofx]
|
(defn dev-mode? [cofx]
|
||||||
(get-in [:db :account/account :dev-mode?] cofx))
|
(get-in cofx [:db :account/account :dev-mode?]))
|
||||||
|
|
||||||
(defn creating-account? [cofx]
|
(defn creating-account? [cofx]
|
||||||
(= (get-in cofx [:db :view-id])
|
(= (get-in cofx [:db :view-id])
|
||||||
|
|
Loading…
Reference in New Issue