mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
removing white space in devise generator new.html.erb (#5010)
This commit is contained in:
parent
a42033cb04
commit
369ba267ef
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="form-inputs">
|
||||
<%= f.input :email,
|
||||
required: true,
|
||||
autofocus: true ,
|
||||
autofocus: true,
|
||||
input_html: { autocomplete: "email" }%>
|
||||
<%= f.input :password,
|
||||
required: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue