diff options
-rw-r--r-- | web/template/sign-in.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/sign-in.tmpl b/web/template/sign-in.tmpl index 48a833cee..4ca30a17b 100644 --- a/web/template/sign-in.tmpl +++ b/web/template/sign-in.tmpl @@ -4,7 +4,7 @@ <h1>Login</h1> <form action="/auth/sign_in" method="POST"> <label for="email">Email</label> - <input type="text" class="form-control" name="username" required placeholder="Please enter your email address"> + <input type="email" class="form-control" name="username" required placeholder="Please enter your email address"> <label for="password">Password</label> <input type="password" class="form-control" name="password" required placeholder="Please enter your password"> |