Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Oct 1, 2024
1 parent ea11c38 commit 157e18e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/before-start.astro
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const rules = [
try {
const userCredential = await signInAnonymously(auth);
const token = await userCredential.user.getIdToken();
console.log(token);

const { error } = await actions.initSession({
idToken: token,
Expand Down

0 comments on commit 157e18e

Please sign in to comment.