How to use search in <Navigate to='login' search={}/> #308
Unanswered
Jared-Dahlke
asked this question in
Q&A
Replies: 2 comments
-
I ended up fixing this, i had to add this to my authroute because for some reason the redirect param kept getting set to /login
Here's the final working AuthRoute:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I would stilll like confirmation that I am creating and using "search" properly in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
Thanks for the amazing library.
I'm trying to use search params to pass a redirect URL to the login page. Does anyone have an example of how to do this?
I can't seem to get this to work no matter what I try.
Here is what i'm trying:
My
<Auth/>
route:And my
<Login/>
file:Beta Was this translation helpful? Give feedback.
All reactions