mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 15:28:18 -05:00
removing white space in devise generator new.html.erb (#5010)
This commit is contained in:
committed by
Leonardo Tegon
parent
a42033cb04
commit
369ba267ef
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user