Skip to content

Commit 66ce54e

Browse files
committed
Fix smart key cleanup
1 parent a885831 commit 66ce54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/FetchSoFLTT.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
sofHost = sofHostAuthd;
5555
sofHostSelection = sofHost.id;
5656
await fetchData();
57-
sessionStorage.removeItem(key);
57+
sessionStorage.removeItem(JSON.parse(key));
5858
sessionStorage.removeItem('SMART_KEY');
5959
}
6060
}

0 commit comments

Comments
 (0)