spot: spot jwt on signup
This commit is contained in:
parent
d8b3ea3902
commit
d8b9872504
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ const reducer = (state = initialState, action = {}) => {
|
|||
return state
|
||||
.set('account', Account(action.data.user))
|
||||
.set('scope', action.data.scopeState)
|
||||
.set('spotJwt', action.data.spotJwt)
|
||||
case UPGRADE_ACCOUNT_SCOPE.SUCCESS:
|
||||
return state
|
||||
.set('scopeState', 2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue