Currently, there is a login button on the sign up page for the purpose of navigating to the login page if the user already has an account. However, when the user clicks on the login button, they are not redirected to that page; nothing happens. We want to implement the login functionality in the signup view so that when the user clicks on login, they are taken to the login page.
Currently, there is a login button on the sign up page for the purpose of navigating to the login page if the user already has an account. However, when the user clicks on the login button, they are not redirected to that page; nothing happens. We want to implement the login functionality in the signup view so that when the user clicks on login, they are taken to the login page.