Skip to content

Commit

Permalink
Merge pull request #20 from atomicman57/develop
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
atomicman57 committed May 12, 2017
2 parents 9c11d70 + 48738f7 commit a288908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class Header extends React.Component {
const auth2 = gapi.auth2.getAuthInstance();
this.navbar = (<div>
<li><Link to="/login">Sign In</Link></li>

</div>);

location.reload();
auth2.signOut().then(() => {
reactLocalStorage.clear();
Expand Down

0 comments on commit a288908

Please sign in to comment.