How can I redirect to a different webpage after the user has signed in?
Currently when a user logs in, data gets retrieved however, it doesn\'t redirect the user to
You can assign to location in the JavaScript, e.g. location = 'https://google.com' or location = '/logged-in-page.html'.
location
location = 'https://google.com'
location = '/logged-in-page.html'