Skip to content

Commit

Permalink
Merge pull request #478 from brmodeloweb/fix/email-signup-validation
Browse files Browse the repository at this point in the history
Fix email type validation
  • Loading branch information
miltonbsn authored Oct 8, 2023
2 parents 7bb81ce + 1ea3cd2 commit 3a1627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>{{ 'Create account' | translate }}</h1>
<div class="form-group">
<label for="exampleInputEmail1">{{ 'Email' | translate }}</label>
<input
type="mail"
type="email"
name="email"
class="form-control input-lg"
id="userEmail"
Expand Down

0 comments on commit 3a1627b

Please sign in to comment.