users are not activated, looks like you can edit existing ones

This commit is contained in:
Bryce Covert
2018-05-21 17:48:59 -07:00
parent d020a4d254
commit 3fee89f840
12 changed files with 282 additions and 35 deletions

View File

@@ -5,10 +5,11 @@
[re-frame.core :as re-frame]))
(defn- parse-url [url]
(println url)
(bidi/match-route routes/routes url))
(defn- dispatch-route [matched-route]
(println matched-route)
(println "Matched route" matched-route)
(re-frame/dispatch [:auto-ap.events/set-active-page (:handler matched-route)]))