Skip to content

Commit e441cf9

Browse files
author
tsoganov
committed
Updated polyfill host
1 parent 1fac697 commit e441cf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/views/auth/sessions/new.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
<%= f.label :username, t('.username'), class: 'form--label' %>
3434
<div class="form--field">
3535
<div class="form--input">
36-
<%= f.text_field :username, class: 'input'%>
36+
<%= f.text_field :username, class: 'input', autocomplete: 'username' %>
3737
</div>
3838
</div>
3939
</div>
4040
<div class="form--row">
4141
<%= f.label :password, t('.password'), class: 'form--label' %>
4242
<div class="form--field">
4343
<div class="form--input">
44-
<%= f.password_field :password, class: 'input' %>
44+
<%= f.password_field :password, class: 'input', autocomplete: 'current-password' %>
4545
</div>
4646
</div>
4747
</div>

app/views/common/_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
</nav>
5656
</div>
5757
</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>

0 commit comments

Comments
 (0)