Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Oct 22, 2024
1 parent 3936359 commit 7561b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(authentication)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
const openPicsureLinkText = branding?.login.openPicsureLinkText;
let logoutReason: string | null;
onMount(() => {
if (browser) {
logoutReason = sessionStorage.getItem('logout-reason');
Expand Down

0 comments on commit 7561b14

Please sign in to comment.