Is there a way to prevent refresh on login? I am using react so I dont want the page to refresh, jus...
c
Is there a way to prevent refresh on login? I am using react so I dont want the page to refresh, just redirect
r
Hey!
You mean a full page redirect vs SPA style redirect (without page reload)?
c
Yes
like nextjs's router.push()
c
Thank you this worked!
Perhaps this should be added in the nextjs integration docs?
r
Yea. It should be. You can make a PR if you like
Elsa ewe will add it eventually
Else we*
c
Awesome appreciate your help