Skip to content

Commit

Permalink
fix required field for user creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien BOURNONVILLE committed Aug 5, 2020
1 parent e42410c commit 3b4468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/partials/utils/common/user/user-edit-head.html
Expand Up @@ -23,7 +23,7 @@

<div class="form-group col-xs-12">
<label for="user_email" translate>Email</label>
<input type="text" class="form-control" id="user_email" ng-model="user.email" />
<input type="text" class="form-control" id="user_email" ng-model="user.email" ng-required="true" />
</div>
</div>
</div>
Expand Down

0 comments on commit 3b4468f

Please sign in to comment.