Skip to content

Commit

Permalink
password is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
arvention committed Apr 4, 2020
1 parent 68f2ff6 commit 2cdbf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/signup.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<input type="text" name="fName" id="fName" class="field" placeholder="First Name" required> <br>
<input type="text" name="lName" id="lName" class="field" placeholder="Last Name" required> <br>
<input type="number" name="idNum" id="idNum" class="field" placeholder="Id Number" required> <br>
<input type="password" name="pw" id="pw" class="field" placeholder="Password"> <br>
<input type="password" name="pw" id="pw" class="field" placeholder="Password" required> <br>
<input type="submit" id="submit" value="SUBMIT">
</form>
</div>
Expand Down

0 comments on commit 2cdbf55

Please sign in to comment.