Skip to content

Commit

Permalink
Merge pull request #24 from alvst/master
Browse files Browse the repository at this point in the history
Update config.schema.json Password Field
  • Loading branch information
zyonse authored Nov 5, 2023
2 parents a8ce0d3 + 4a586ef commit 26d1090
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"password": {
"title": "Password",
"type": "string",
"required": true
"required": true,
"x-schema-form": {
"type": "password"
}
}
}
},
Expand Down

0 comments on commit 26d1090

Please sign in to comment.