mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
remove log
This commit is contained in:
@@ -93,7 +93,7 @@ async function firebaseAuth(providerName) {
|
|||||||
|
|
||||||
const auth = await getAuth(providerName)
|
const auth = await getAuth(providerName)
|
||||||
.then(auth => {
|
.then(auth => {
|
||||||
console.log('User Authenticated', auth);
|
// console.log('User Authenticated', auth);
|
||||||
return auth;
|
return auth;
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
Reference in New Issue
Block a user