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 c0a0949 commit ef5be4cCopy full SHA for ef5be4c
tests/setup.ts
@@ -31,6 +31,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit,
31
}
32
33
if (coreKitInstance.tKey.secp256k1Key) {
34
+ await coreKitInstance.commitChanges();
35
await coreKitInstance.tKey.CRITICAL_deleteTkey();
36
} else {
37
await coreKitInstance.tKey.storageLayer.setMetadata({
0 commit comments