fixing signer bug

This commit is contained in:
Samuel Andert
2023-08-29 14:17:19 +02:00
parent 7c9e1129c7
commit 95566d6f36
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
litNodeClient = new LitNodeClient({ litNetwork: "serrano" });
await litNodeClient.connect();
const sessionSigsLocalStorage = localStorage.getItem("google-signature");
const sessionSigsLocalStorage = localStorage.getItem("google-session");
const currentPKPLocalStorage = localStorage.getItem("current-pkp");
if (sessionSigsLocalStorage && currentPKPLocalStorage) {
sessionSigs = JSON.parse(sessionSigsLocalStorage);