diff --git a/src/App.js b/src/App.js index c4c6aea..f87564f 100644 --- a/src/App.js +++ b/src/App.js @@ -44,7 +44,7 @@ class App extends Component { handleLogout () { firebase.auth().signOut() - .then(result => console.log(`${result.user.email} ha iniciado sesión`)) + .then(result => console.log(`${result.user.email} ha cerrado sesión`)) .catch(error => console.log(`Error ${error.code}: ${error.message}`)); }