diff --git a/README.md b/README.md index 1acbe56..fd79132 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # News-Feed-App [![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate) -[![Issue Count](https://codeclimate.com/github/codeclimate/codeclimate/badges/issue_count.svg)](https://codeclimate.com/github/atomicman57/News-Feed-App/issues) [![Build Status](https://travis-ci.org/atomicman57/News-Feed-App.svg?branch=master)](https://travis-ci.org/atomicman57/News-Feed-App) [![Coverage Status](https://coveralls.io/repos/github/atomicman57/News-Feed-App/badge.png?branch=master)](https://coveralls.io/github/atomicman57/News-Feed-App?branch=master) diff --git a/src/components/Header.jsx b/src/components/Header.jsx index cb58a56..3b89898 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -18,8 +18,8 @@ class Header extends React.Component { const auth2 = gapi.auth2.getAuthInstance(); this.navbar = (
  • Sign In
  • -
    ); + location.reload(); auth2.signOut().then(() => { reactLocalStorage.clear();