Skip to content

Commit 5d11a85

Browse files
committed
fix: updaet error message
1 parent 1c6ea6f commit 5d11a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpcCoreKit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
12251225
}
12261226
}
12271227
} catch (err) {
1228-
log.warn("failed to authorize session please use new", err);
1228+
log.warn("failed to authorize session please use new instance without rehydration", err);
12291229
}
12301230
}
12311231

0 commit comments

Comments
 (0)