We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336eb5b commit 826e944Copy full SHA for 826e944
1 file changed
src/mpcCoreKit.ts
@@ -1151,7 +1151,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
1151
}
1152
1153
private async handleExistingUser() {
1154
- this.newUser = false
+ this.newUser = false;
1155
await this.tKey.initialize({ neverInitializeNewKey: true });
1156
if (this.options.disableHashedFactorKey) {
1157
return;
0 commit comments