Skip to content

Commit

Permalink
chore: debug log data to console for oauth testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Apr 20, 2024
1 parent 4252a47 commit a0f4e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// import { PUBLIC_ADAPTER } from "$env/static/public";
export let data;
console.log(data);
</script>

<Toaster />
Expand Down

0 comments on commit a0f4e34

Please sign in to comment.