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

remove console and fix avatar img

This commit is contained in:
Kushagra Gour
2018-01-10 03:30:20 +05:30
parent 4a37aa7305
commit e492413dcf
5 changed files with 16 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ function login(providerName) {
var email = error.email;
// The firebase.auth.AuthCredential type that was used.
var credential = error.credential;
console.log(error);
utils.log(error);
});
}
window.login = login;