File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
<%= f . label :username , t ( '.username' ) , class : 'form--label' %>
34
34
< div class ="form--field ">
35
35
< div class ="form--input ">
36
- <%= f . text_field :username , class : 'input' %>
36
+ <%= f . text_field :username , class : 'input' , autocomplete : 'username' %>
37
37
</ div >
38
38
</ div >
39
39
</ div >
40
40
< div class ="form--row ">
41
41
<%= f . label :password , t ( '.password' ) , class : 'form--label' %>
42
42
< div class ="form--field ">
43
43
< div class ="form--input ">
44
- <%= f . password_field :password , class : 'input' %>
44
+ <%= f . password_field :password , class : 'input' , autocomplete : 'current-password' %>
45
45
</ div >
46
46
</ div >
47
47
</ div >
Original file line number Diff line number Diff line change 55
55
</ nav >
56
56
</ div >
57
57
</ footer >
58
- < script crossorigin ="anonymous " src ="https://polyfill.io/v3/polyfill.min.js?features=Array.from%2CArray.prototype.find%2CArray.prototype.includes%2CSymbol%2CSymbol.iterator%2CDOMTokenList%2CObject.assign%2CCustomEvent%2CElement.prototype.classList%2CElement.prototype.closest%2CElement.prototype.dataset "> </ script >
58
+ < script crossorigin ="anonymous " src ="https://polyfill-fastly .io/v3/polyfill.min.js?features=Array.from%2CArray.prototype.find%2CArray.prototype.includes%2CSymbol%2CSymbol.iterator%2CDOMTokenList%2CObject.assign%2CCustomEvent%2CElement.prototype.classList%2CElement.prototype.closest%2CElement.prototype.dataset "> </ script >
You can’t perform that action at this time.
0 commit comments