File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const pages = {
14
14
button : "log_in" ,
15
15
button_saving : "logging_in" ,
16
16
email : true ,
17
- password : true ,
17
+ password : "current-password" ,
18
18
link : "amnesia" ,
19
19
link_text : "forgot_password" ,
20
20
providers : true
@@ -25,7 +25,7 @@ const pages = {
25
25
button_saving : "signing_up" ,
26
26
name : true ,
27
27
email : true ,
28
- password : true ,
28
+ password : "new-password" ,
29
29
providers : true
30
30
} ,
31
31
amnesia : {
@@ -40,15 +40,15 @@ const pages = {
40
40
title : "recover_password" ,
41
41
button : "update_password" ,
42
42
button_saving : "updating_password" ,
43
- password : true ,
43
+ password : "new-password" ,
44
44
link : "login" ,
45
45
link_text : "never_mind"
46
46
} ,
47
47
invite : {
48
48
title : "complete_your_signup" ,
49
49
button : "sign_up" ,
50
50
button_saving : "signing_up" ,
51
- password : true ,
51
+ password : "new-password" ,
52
52
providers : true
53
53
} ,
54
54
user : {
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ export default class UserForm extends Component {
77
77
name = "password"
78
78
value = { password }
79
79
placeholder = { t ( "form_password_placeholder" ) }
80
+ autocomplete = { page . password }
80
81
required
81
82
oninput = { this . handleInput }
82
83
/>
You can’t perform that action at this time.
0 commit comments