Skip to content

Commit

Permalink
adds sessionId in params
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed May 31, 2023
1 parent 08bb5f6 commit 46bf3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default {
}
openLoginHandler.state = { walletKey: privateKey, userInfo: { sessionId } }
if (config.storageAvailability.local) storageUtils.storage.setItem('sessionId', sessionId)
await openLoginHandler.createSession(sessionData)
await openLoginHandler.createSession(sessionId, sessionData)
}

// TODO: deprecate rehydrate false for the next major version bump
Expand Down

0 comments on commit 46bf3ce

Please sign in to comment.