fix scopestate var name
This commit is contained in:
parent
7ed1413e6b
commit
eb7f60c721
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const reducer = (state = initialState, action = {}) => {
|
|||
case LOGIN.REQUEST:
|
||||
return state.set('loginRequest', { loading: true, errors: [] });
|
||||
case LOGIN.SUCCESS:
|
||||
console.log(action)
|
||||
return state
|
||||
.set('account', Account({ ...action.data.data.user }))
|
||||
.set('spotJwt', action.data.spotJwt)
|
||||
.set('scope', action.data.data.scopeState)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue