Skip to content

Commit 3a1627b

Browse files
authored
Merge pull request #478 from brmodeloweb/fix/email-signup-validation
Fix email type validation
2 parents 7bb81ce + 1ea3cd2 commit 3a1627b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/angular/signup/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>{{ 'Create account' | translate }}</h1>
3131
<div class="form-group">
3232
<label for="exampleInputEmail1">{{ 'Email' | translate }}</label>
3333
<input
34-
type="mail"
34+
type="email"
3535
name="email"
3636
class="form-control input-lg"
3737
id="userEmail"

0 commit comments

Comments
 (0)