fix(ui): jwt token set

This commit is contained in:
Shekar Siri 2024-09-09 14:56:28 +05:30
parent 2ed3472768
commit 8b75d97093

View file

@ -33,7 +33,7 @@ export default () => {
}
if (jwt) {
next({ type: UPDATE_JWT, data: jwt });
next({ type: UPDATE_JWT, data: { jwt } });
}
if (spotJwt) {
handleSpotJWT(spotJwt);