+
+
+
+ Username{" "}
+ *
+
+
+
+ {
+ setUserName(input.target.value);
+ }}
+ value={username}
+ className="primary-input"
+ required
+ />
+
+
+ Please enter your username
+
+
-
-
-
-
Email
-
- Please enter your email
-
-
- Please provide a valid email
-
-
-
-
-
-
-
-
-
Question
-
- Please enter a question
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Password{" "}
+ *
+
+
+
+ {
+ setPassword(input.target.value);
+ }}
+ value={password}
+ className="primary-input"
+ required
+ />
+
+
+ Please enter a password
+
+ {password != confirmPassword && (
+
+ Passwords do not match
+
+ )}
+
+
+
+
+
+
+ Confirm password{" "}
+ *
+
+
+
+ {
+ setConfirmPassword(input.target.value);
+ }}
+ value={confirmPassword}
+ className="primary-input"
+ required
+ />
+
+
+ Please confirm your password
+
+
+
+
+
+ {/*
+
+
+
+ Email *
+
+
+ Please enter your email
+
+
+ Please provide a valid email
+
+
+
+
+
+ */}
+
+ {/*
+
+
+
+ Date of birth{" "}
+ *
+
+
+ Please enter your date of birth
+
+
+
+
+
+ */}
+
+
+