Skip to content

Commit

Permalink
Change password to standard 'neo4j'
Browse files Browse the repository at this point in the history
  • Loading branch information
Baschdl committed Feb 20, 2018
1 parent 323b811 commit f7a4fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pika/src/Components/SetupComponents/ResultSetSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ResultSetSection extends Component {
</Button>
</h3>
<Neo4jGraphRenderer url="http://localhost:7474" user="neo4j"
password="neo4j2" query={this.props.cypherQuery} />
password="neo4j" query={this.props.cypherQuery} />
</div>
);
}
Expand Down

0 comments on commit f7a4fcf

Please sign in to comment.