Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison committed Aug 16, 2021
1 parent 465b902 commit c4dc739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/components/FirebaseAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const firebaseAuthConfig = {
callbacks: {
// https://github.com/firebase/firebaseui-web#signinsuccesswithauthresultauthresult-redirecturl
signInSuccessWithAuthResult: () =>
// Don't automatically redirect. We handle redirecting based on
// auth state in withAuthComponent.js.
// Don't automatically redirect. We handle redirects using
// `next-firebase-auth`.
false,
},
}
Expand Down

0 comments on commit c4dc739

Please sign in to comment.