Pass Redirect URL

πŸ‘¨β€πŸ’Ό We need to get the redirectTo URL forwarded on to the /auth/github route. So first, you'll need to update to have the ProviderConnectionForm component accept a redirectTo prop and render a hidden input with the redirectTo value. Then update its usage in and to pass the redirectTo prop.
This one should be pretty quick. You can verify things are working by being logged out, and going to . There should be an input with that redirectTo value.