1
0
Fork 0
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:
Hyeonseok 2019-01-24 21:20:03 +09:00 committed by Leonardo Tegon
parent a42033cb04
commit 369ba267ef

View file

@ -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,