We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856f3af commit 336eb5bCopy full SHA for 336eb5b
1 file changed
src/mpcCoreKit.ts
@@ -1151,6 +1151,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
1151
}
1152
1153
private async handleExistingUser() {
1154
+ this.newUser = false
1155
await this.tKey.initialize({ neverInitializeNewKey: true });
1156
if (this.options.disableHashedFactorKey) {
1157
return;
@@ -1414,6 +1415,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
1414
1415
this.tkey = null;
1416
this.torusSp = null;
1417
this.storageLayer = null;
1418
+ this.newUser = false;
1419
this.state = { accountIndex: 0 };
1420
1421
0 commit comments