Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#848 LocalLogin was not propagating dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Jun 8, 2017
1 parent 3d5b5bc commit ab7db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const getRoutes = (store, auth) => {
}
})
}else{
loginSuccess(auth)
store.dispatch(loginSuccess(auth));
callback();
}
}
Expand Down

0 comments on commit ab7db3e

Please sign in to comment.