Skip to content

Commit

Permalink
Update packages/schema/lib/schemas/AuthFieldSchema.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kola Erinoso <[email protected]>
  • Loading branch information
Natay and kola-er authored Jan 29, 2025
1 parent e89a3b8 commit eb2c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/lib/schemas/AuthFieldSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = makeSchema(
},
{
key: 'password',
type: 'string',
type: 'password',
isSafe: false,
required: true,
},
Expand Down

0 comments on commit eb2c904

Please sign in to comment.