tons of bug fixes.
This commit is contained in:
@@ -118,7 +118,10 @@
|
||||
(re-frame/reg-event-fx
|
||||
::authenticated
|
||||
(fn [{:keys [db]} [_ authentication]]
|
||||
{:dispatch [::mounted]}))
|
||||
{:db (-> db
|
||||
(assoc-in [::yodlee :authentication] authentication)
|
||||
(assoc-in [::yodlee :loading?] false))}
|
||||
))
|
||||
|
||||
(re-frame/reg-event-fx
|
||||
::save-error
|
||||
|
||||
Reference in New Issue
Block a user