Skip to content

Commit

Permalink
Fix : token store Error
Browse files Browse the repository at this point in the history
- #8
  • Loading branch information
carboxaminoo committed Mar 6, 2024
1 parent 38353cf commit 72d905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mz_v1_front/src/routes/infogather/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
label: '',
}]
const token = () => sessionStorage.getItem('auth_token');
const token = sessionStorage.getItem('auth_token');
console.log(token);
Expand Down

0 comments on commit 72d905e

Please sign in to comment.