Remove unused .openid_url class from OpenID url input
This commit is contained in:
parent
9cea1ecc74
commit
1d15f96a70
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
<div id="login_openid_url" class="mb-3">
|
||||
<label for="openid_url" class="form-label"><%= t ".openid_html", :logo => openid_logo %></label>
|
||||
<%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %>
|
||||
<%= text_field_tag("openid_url", "", :tabindex => 20, :autocomplete => "on", :class => "openid_url form-control") %>
|
||||
<%= text_field_tag("openid_url", "", :tabindex => 20, :autocomplete => "on", :class => "form-control") %>
|
||||
<span class="form-text text-body-secondary">(<a href="<%= t "accounts.edit.openid.link" %>" target="_new"><%= t "accounts.edit.openid.link text" %></a>)</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue