mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 16:04:54 +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',
|
||||
placeholder: 'e.g. John_Doe',
|
||||
type: 'text',
|
||||
autoComplete: 'no',
|
||||
validations: {},
|
||||
},
|
||||
password: {
|
||||
label: 'Auth.form.password.label',
|
||||
type: 'password',
|
||||
autoComplete: 'new-password',
|
||||
validations: {},
|
||||
},
|
||||
confirmPassword: {
|
||||
|
@ -28,11 +28,13 @@ const form = {
|
||||
label: 'Auth.form.username.label',
|
||||
placeholder: 'e.g. John_Doe',
|
||||
type: 'text',
|
||||
autoComplete: 'no',
|
||||
validations: {},
|
||||
},
|
||||
password: {
|
||||
label: 'Auth.form.password.label',
|
||||
type: 'password',
|
||||
autoComplete: 'new-password',
|
||||
validations: {},
|
||||
},
|
||||
confirmPassword: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user