Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
fix(profile): User's GitHub profile name should not be required for p…
Browse files Browse the repository at this point in the history
…rofile edition
  • Loading branch information
121593 committed Apr 15, 2020
1 parent 3819275 commit 9a1f3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/perso/profil.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="form-group row">
<label for="github" class="col-4 col-form-label">Nom d'utilisateur Github</label>
<div class="col-8">
<input id="github" name="github" value="<%= user.github %>" class="form-control here" required="required" type="text">
<input id="github" name="github" value="<%= user.github %>" class="form-control here" type="text">
</div>
</div>
<div class="form-group row">
Expand Down

0 comments on commit 9a1f3e4

Please sign in to comment.