We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ccb9b commit 9322c44Copy full SHA for 9322c44
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={url}>
+ <IdentityContextProvider url={url}>
31
<AuthStatusView />
32
</IdentityContextProvider>
33
)
0 commit comments