diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/signin/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/signin/index.html b/examples/signin/index.html index 5c0a4543a..2b02bdb0c 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -28,8 +28,8 @@ <form class="form-signin"> <h2 class="form-signin-heading">Please sign in</h2> - <input type="text" class="form-control" placeholder="Email address" autofocus> - <input type="password" class="form-control" placeholder="Password"> + <input type="text" class="form-control" placeholder="Email address" required autofocus> + <input type="password" class="form-control" placeholder="Password" required> <label class="checkbox"> <input type="checkbox" value="remember-me"> Remember me </label> |
