🌉Passing values from the App to the theme

Let's explore how we can pass query params to the URL before redirecting to the login page so that we can transport some values from the main app to the login page.

You might want to store the value in the local storage if otherwise you'll lost it when the user navigate from the login page to the register page. Example implementation here.

Last updated