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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user