Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed May 22, 2024
1 parent aa56832 commit f401d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async function firebaseAuth(providerName) {

const auth = await getAuth(providerName)
.then(auth => {
console.log('User Authenticated', auth);
// console.log('User Authenticated', auth);
return auth;
})
.catch(err => {
Expand Down

0 comments on commit f401d88

Please sign in to comment.