adam-cowley / use-neo4j

React Hooks for Neo4j
MIT License
73 stars 21 forks source link

Update login form to support scheme being passed in through props #8

Closed ryan-lane closed 3 years ago

ryan-lane commented 3 years ago

The docs show that scheme can be passed in as a default, but LoginForm doesn't support it. This change adds support to pass scheme in through the props.

adam-cowley commented 3 years ago

Love this! Thanks for spotting it