Setting up the registration form
Now that we've got out login form working, let's now get our registration form working as well.
This will be fairly easy to implement after the last video, as it's mostly the same concepts.
Register form
What you see here is our RegisterForm component, and you'll see that it's setup very similarly to the LoginForm component.
Click to load comments...