From d4438914d59195c21ee4b4ea7db6c5e17e298db6 Mon Sep 17 00:00:00 2001 From: 6ea86b96 <6ea86b96@gmail.com> Date: Fri, 23 Jun 2017 12:30:26 +0700 Subject: [PATCH] Fetch rewards after authentication success --- ui/js/actions/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/js/actions/user.js b/ui/js/actions/user.js index b9c5f8590..da7f351ff 100644 --- a/ui/js/actions/user.js +++ b/ui/js/actions/user.js @@ -16,6 +16,7 @@ export function doAuthenticate() { type: types.AUTHENTICATION_SUCCESS, data: { user }, }); + dispatch(doRewardList()); }) .catch(error => { dispatch({