We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a885831 commit 66ce54eCopy full SHA for 66ce54e
src/lib/FetchSoFLTT.svelte
@@ -54,7 +54,7 @@
54
sofHost = sofHostAuthd;
55
sofHostSelection = sofHost.id;
56
await fetchData();
57
- sessionStorage.removeItem(key);
+ sessionStorage.removeItem(JSON.parse(key));
58
sessionStorage.removeItem('SMART_KEY');
59
}
60
0 commit comments