heig-AMT/stack

Fix register and login form

Closed this issue · 0 comments

The registering and login form are not correct.
A <label> must be connected to it's corresponding <input>. There are two ways to do this:

  1. <label><input /></label>
  2. <label for="mySuperId">My Label:</label><input id="mySuperId" />