diff --git a/public/index.html b/public/index.html index 696e9fe..3ba6034 100644 --- a/public/index.html +++ b/public/index.html @@ -53,6 +53,7 @@ loggedIn: true, logout: function() { firebase.auth().signOut(); + this.loggedIn = false; } }).mount('#app') });