Skip to content

Commit

Permalink
reset private key
Browse files Browse the repository at this point in the history
fixes #367
fixes #344
  • Loading branch information
Rovak committed Jul 18, 2018
1 parent a7a7c17 commit 439886e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ class Navigation extends PureComponent {

logout = () => {
this.props.logout();
this.loginFlag=false;
this.loginFlag = false;
this.setState({ privateKey: '' });
toastr.info('Success', 'Logout success');
};

Expand Down

0 comments on commit 439886e

Please sign in to comment.