Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix smart key cleanup
Browse files Browse the repository at this point in the history
daniellrgn committed Jan 30, 2024
1 parent a885831 commit 66ce54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/FetchSoFLTT.svelte
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
sofHost = sofHostAuthd;
sofHostSelection = sofHost.id;
await fetchData();
sessionStorage.removeItem(key);
sessionStorage.removeItem(JSON.parse(key));
sessionStorage.removeItem('SMART_KEY');
}
}

0 comments on commit 66ce54e

Please sign in to comment.