Skip to content

Commit

Permalink
Delte console
Browse files Browse the repository at this point in the history
  • Loading branch information
frorong committed Mar 29, 2024
1 parent eb46a29 commit e15fcd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
signOut,
} from '@auth/sveltekit/client'
if ($page.data.session) {
console.log($page.data.session.user)
}
import GithubLoginButton from '@components/githubLoginButton.svelte'
import LogoutButton from '@components/logoutButton.svelte'
</script>
Expand Down

0 comments on commit e15fcd5

Please sign in to comment.