Skip to content

Commit

Permalink
Update _form.html.erb (#9085)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvalOS authored Jan 31, 2021
1 parent 11b6e65 commit 286a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/user_sessions/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="form-group has-feedback">
<label class="control-label" for="password"><%= translation('user_sessions.new.password') %></label>

<label for="username-login"><%= translation('user_sessions.new.username') %></label>


<div class="input-group">
<%= f.password_field :password, { tabindex: 2,placeholder: "Password",class: 'form-control', id: 'password-signup', onpaste: 'return false;' , required: true } %>
Expand Down

0 comments on commit 286a823

Please sign in to comment.