buildog-dev/buildog

fix(buildog): navigate login to sign up

Closed this issue · 1 comments

We need to navigate user to sign up if the user hasn't got any account. Right now, there is no button for that.

  • Add a button on the /login page to redirect users to the /signup page if they don't have an account.
  • Add a button on the /signup page to redirect users to the /login page if they already have an account.

assign