Login
Themes should have a login component to allow customers to login to their accounts.
Here is the full source code. Here is how our login component looks like;

The logic for the login component is identical with the RegisterComponent. Instead of the RegisterForm class, we use the LoginForm class.