one oauth approach.

This commit is contained in:
Bryce Covert
2017-12-18 16:15:13 -08:00
parent 08e90deace
commit 129a92c688
5 changed files with 47 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
(fn [db]
(:menu db)))
(re-frame/reg-sub
::user
(fn [db]
(:user db)))
(re-frame/reg-sub
::active-page
(fn [db]