Skip to content

Commit 27ccb9b

Browse files
authored
Update README.md
1 parent 5b64a39 commit 27ccb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import "react-netlify-identity-widget/styles.css"
2727
function App() {
2828
const url = process.env.REACT_APP_NETLIFY_URL // supply the url of your Netlify site instance. VERY IMPORTANT
2929
return (
30-
<IdentityContextProvider value={identity}>
30+
<IdentityContextProvider value={url}>
3131
<AuthStatusView />
3232
</IdentityContextProvider>
3333
)

0 commit comments

Comments
 (0)