Silly bug blocking identication
This commit is contained in:
parent
fb861930b2
commit
4ce608dd5c
@ -1,7 +1,8 @@
|
||||
%h2= t '.title'
|
||||
|
||||
%fieldset
|
||||
= form_for resource, as: resource_name, url: session_path resource_name do |f|
|
||||
= form_for resource, as: resource_name,
|
||||
url: session_path(resource_name) do |f|
|
||||
.field.login
|
||||
= f.label :login
|
||||
= f.text_field :login, autofocus: true
|
||||
|
Loading…
Reference in New Issue
Block a user