spot: spot jwt on signup

This commit is contained in:
nick-delirium 2024-09-11 18:45:59 +02:00
parent d8b3ea3902
commit d8b9872504
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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)