diff --git a/README.md b/README.md index 0879f51..193b511 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ function App() { { + onRedirectCallback={({ state }) => { // Access your data here if (state?.returnTo) { window.location.href = state.returnTo;