Fix required field, changed from pass to password
this one was missed on 7af5964f13
This commit is contained in:
parent
82dc0c0593
commit
5eb58ae6cc
@ -75,7 +75,7 @@ export const configurationSchema = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
additionalProperties: false,
|
additionalProperties: false,
|
||||||
required: ['host', 'user', 'pass']
|
required: ['host', 'user', 'password']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user