Open jijip41 opened 2 years ago
Without server-side validation, users can easily signup with missing inputs. You can find that I removed a required attribute from one of the input elements and I was still able to sign up with the missing value.
required
Without server-side validation, users can easily signup with missing inputs. You can find that I removed a
required
attribute from one of the input elements and I was still able to sign up with the missing value.