1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 06:51:12 +02:00

remove log

This commit is contained in:
Kushagra Gour
2024-05-14 16:32:57 +05:30
parent aa568320bc
commit f401d8856e

View File

@@ -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 => {