fix(ui): jwt token set
This commit is contained in:
parent
2ed3472768
commit
8b75d97093
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export default () => {
|
|||
}
|
||||
|
||||
if (jwt) {
|
||||
next({ type: UPDATE_JWT, data: jwt });
|
||||
next({ type: UPDATE_JWT, data: { jwt } });
|
||||
}
|
||||
if (spotJwt) {
|
||||
handleSpotJWT(spotJwt);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue