- It renders the sign in UI on `/signin` and sign...
# support-questions-legacy
r
- It renders the sign in UI on
/signin
and sign up UI on
/signup
(these routes are customisable of course). - It adds a button to the sign in form which will take the user to the sign up form. - If the user is not logged in, they will be redirected to the
/signin
page.
2 Views