diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml index cff8709d..14b94b0b 100644 --- a/app/views/devise/sessions/new.html.haml +++ b/app/views/devise/sessions/new.html.haml @@ -6,7 +6,7 @@ .field.login = f.label :login %br/ - = f.email_field :login, autofocus: true + = f.text_field :login, autofocus: true .field.password = f.label :password %br/