mirror of
https://github.com/strapi/strapi.git
synced 2025-12-06 03:52:38 +00:00
Signed-off-by: richardgrey <richie.grey@gmail.com>
This commit is contained in:
parent
d7ba1c2a3b
commit
6a937a995f
@ -28,11 +28,13 @@ const form = {
|
|||||||
label: 'Auth.form.username.label',
|
label: 'Auth.form.username.label',
|
||||||
placeholder: 'e.g. John_Doe',
|
placeholder: 'e.g. John_Doe',
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
autoComplete: 'no',
|
||||||
validations: {},
|
validations: {},
|
||||||
},
|
},
|
||||||
password: {
|
password: {
|
||||||
label: 'Auth.form.password.label',
|
label: 'Auth.form.password.label',
|
||||||
type: 'password',
|
type: 'password',
|
||||||
|
autoComplete: 'new-password',
|
||||||
validations: {},
|
validations: {},
|
||||||
},
|
},
|
||||||
confirmPassword: {
|
confirmPassword: {
|
||||||
|
|||||||
@ -28,11 +28,13 @@ const form = {
|
|||||||
label: 'Auth.form.username.label',
|
label: 'Auth.form.username.label',
|
||||||
placeholder: 'e.g. John_Doe',
|
placeholder: 'e.g. John_Doe',
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
autoComplete: 'no',
|
||||||
validations: {},
|
validations: {},
|
||||||
},
|
},
|
||||||
password: {
|
password: {
|
||||||
label: 'Auth.form.password.label',
|
label: 'Auth.form.password.label',
|
||||||
type: 'password',
|
type: 'password',
|
||||||
|
autoComplete: 'new-password',
|
||||||
validations: {},
|
validations: {},
|
||||||
},
|
},
|
||||||
confirmPassword: {
|
confirmPassword: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user