File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const pages = {
1414 button : "log_in" ,
1515 button_saving : "logging_in" ,
1616 email : true ,
17- password : true ,
17+ password : "current-password" ,
1818 link : "amnesia" ,
1919 link_text : "forgot_password" ,
2020 providers : true
@@ -25,7 +25,7 @@ const pages = {
2525 button_saving : "signing_up" ,
2626 name : true ,
2727 email : true ,
28- password : true ,
28+ password : "new-password" ,
2929 providers : true
3030 } ,
3131 amnesia : {
@@ -40,15 +40,15 @@ const pages = {
4040 title : "recover_password" ,
4141 button : "update_password" ,
4242 button_saving : "updating_password" ,
43- password : true ,
43+ password : "new-password" ,
4444 link : "login" ,
4545 link_text : "never_mind"
4646 } ,
4747 invite : {
4848 title : "complete_your_signup" ,
4949 button : "sign_up" ,
5050 button_saving : "signing_up" ,
51- password : true ,
51+ password : "new-password" ,
5252 providers : true
5353 } ,
5454 user : {
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ export default class UserForm extends Component {
7777 name = "password"
7878 value = { password }
7979 placeholder = { t ( "form_password_placeholder" ) }
80+ autocomplete = { page . password }
8081 required
8182 oninput = { this . handleInput }
8283 />
You can’t perform that action at this time.
0 commit comments