From f401d8856ed6120359298ba8c0e3589dc21745b2 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 14 May 2024 16:32:57 +0530 Subject: [PATCH] remove log --- src/eventPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eventPage.js b/src/eventPage.js index e378c67..25269ec 100644 --- a/src/eventPage.js +++ b/src/eventPage.js @@ -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 => {