diff --git a/README.md b/README.md index f24c8657..d5244e11 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,10 @@ function App() { // automatically sign-in React.useEffect(() => { if (!hasAuthParams() && - !auth.isAuthenticated && !auth.activeNavigator && !auth.isLoading && + !auth.isAuthenticated && + !auth.activeNavigator && + !auth.isLoading && + !auth.error && !hasTriedSignin ) { auth.signinRedirect(); @@ -303,6 +306,10 @@ function App() { return