@stanlemon/react-couchdb-authentication
Advanced tools
Comparing version 0.0.1 to 0.1.1
@@ -13,3 +13,3 @@ "use strict"; | ||
React.createElement("input", { id: "password", type: "password", value: props.password, onChange: props.setPassword }), | ||
React.createElement("button", { id: "sign-up-button", onClick: props.signUp }, "Sign-up"), | ||
React.createElement("button", { id: "sign-up-button", onClick: props.signUp }, "Sign Up"), | ||
React.createElement("button", { id: "navigate-to-login", onClick: props.navigateToLogin }, "Return to login"))); | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@stanlemon/react-couchdb-authentication", | ||
"version": "0.0.1", | ||
"version": "0.1.1", | ||
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |