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
1 changed files with 1 additions and 1 deletions

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,