Skip to content

Commit 8fca2b5

Browse files
author
sw-yx
committed
update readme
1 parent b123e0f commit 8fca2b5

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
@@ -25,7 +25,7 @@ import { useIdentityContext, IdentityContextProvider } from "react-netlify-ident
2525
import "react-netlify-identity-widget/styles.css"
2626

2727
function App() {
28-
const url = process.env.REACT_APP_NETLIFY_URL // supply the url of your Netlify site instance. VERY IMPORTANT
28+
const url = "https://your-identity-instance.netlify.com/" // supply the url of your Netlify site instance. VERY IMPORTANT. no point putting in env var since this is public anyway
2929
return (
3030
<IdentityContextProvider url={url}>
3131
<AuthStatusView />

0 commit comments

Comments
 (0)