diff --git a/app/views/auth/signIn.scala.html b/app/views/auth/signIn.scala.html
index ef29208..e8db588 100644
--- a/app/views/auth/signIn.scala.html
+++ b/app/views/auth/signIn.scala.html
@@ -4,9 +4,12 @@
@main("Log in"){
@form(routes.AuthController.authenticate(callback)){
@CSRF.formField
- @inputText(loginForm("username"))
+ @inputText(loginForm("username"), 'id -> "username")
@inputPassword(loginForm("password"))
@* checkbox(loginForm("rememberMe")) *@
}
+
}
\ No newline at end of file