Skip to content

Commit 7938134

Browse files
committed
Merge pull request #12321 from coliff/patch-3
Update index.html
2 parents c658e4e + ae579e9 commit 7938134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/signin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<form class="form-signin" role="form">
3434
<h2 class="form-signin-heading">Please sign in</h2>
35-
<input type="text" class="form-control" placeholder="Email address" required autofocus>
35+
<input type="email" class="form-control" placeholder="Email address" required autofocus>
3636
<input type="password" class="form-control" placeholder="Password" required>
3737
<label class="checkbox">
3838
<input type="checkbox" value="remember-me"> Remember me

0 commit comments

Comments
 (0)