Let's build a new /signin page accessible from the Sign In button on the landing page. We should follow these designs. For the scope of this ticket we do not need to execute any actual login logic.
Acceptance Criteria GIVEN the Query Connector landing page WHEN a user clicks "Sign In" THEN they are redirected to the /signin page
GIVEN the Query Connector /signin page WHEN a user clicks Sign In THEN they are redirected to /query
Let's build a new
/signin
page accessible from theSign In
button on the landing page. We should follow these designs. For the scope of this ticket we do not need to execute any actual login logic.Acceptance Criteria
GIVEN the Query Connector landing page
WHEN a user clicks "Sign In"
THEN they are redirected to the
/signin
pageGIVEN the Query Connector
/signin
pageWHEN a user clicks
Sign In
THEN they are redirected to
/query