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 78457af commit 5deb674Copy full SHA for 5deb674
src/mpcCoreKit.ts
@@ -1143,6 +1143,9 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
1143
if (!this.options.disableSessionManager && !this.sessionManager) {
1144
throw new Error("sessionManager is not available");
1145
}
1146
+ if (this.options.disableSessionManager) {
1147
+ return;
1148
+ }
1149
1150
try {
1151
const sessionId = SessionManager.generateRandomSessionKey();
0 commit comments