We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961e19 commit dfe7e6cCopy full SHA for dfe7e6c
src/Web3Auth.ts
@@ -638,9 +638,8 @@ class Web3Auth implements IWeb3Auth {
638
};
639
const sessionId = SessionManager.generateRandomSessionKey();
640
this.sessionManager.sessionId = sessionId;
641
- await this.keyStore.set("sessionId", sessionId);
642
await this.sessionManager.createSession(authSessionData);
643
- this.sessionManager.sessionId = sessionId;
+ await this.keyStore.set("sessionId", sessionId);
644
645
this.updateState(authSessionData);
646
}
0 commit comments