We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b64a39 commit 27ccb9bCopy full SHA for 27ccb9b
README.md
@@ -27,7 +27,7 @@ import "react-netlify-identity-widget/styles.css"
27
function App() {
28
const url = process.env.REACT_APP_NETLIFY_URL // supply the url of your Netlify site instance. VERY IMPORTANT
29
return (
30
- <IdentityContextProvider value={identity}>
+ <IdentityContextProvider value={url}>
31
<AuthStatusView />
32
</IdentityContextProvider>
33
)
0 commit comments