Skip to content

Commit

Permalink
fix: set loggedIn flag to false after logout
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed May 23, 2022
1 parent 0e5eab2 commit 0cb7041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
loggedIn: true,
logout: function() {
firebase.auth().signOut();
this.loggedIn = false;
}
}).mount('#app')
});
Expand Down

0 comments on commit 0cb7041

Please sign in to comment.