Skip to content

Commit

Permalink
add debug statements to auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed May 16, 2024
1 parent bc8b8e9 commit 44a0b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h1 id="txt">
document.getElementById("txt").textContent = "Logging in...";

const session = SUPABASE.auth.getSession();
console.log(session); debugger;

if(session) {
document.getElementById("txt").textContent = "You are now logged in! Redirecting...";
Expand Down

0 comments on commit 44a0b6d

Please sign in to comment.