Skip to content

Fix links on login page

Emily Jensen requested to merge 238-login-links into dev

Closes #238 (closed)

Problem

  1. On the login page for desktop, the Not Registered? Sign Up link didn't work the first time a user clicked it
  2. It would redirect you to the 404 page, where the Sign Up link also didn't work

Solution

  1. Updated the link in login container to include /account
  2. Did the same for no-content.component.html
Edited by Emily Jensen

Merge request reports