diff --git a/packages/schema/lib/schemas/AuthFieldSchema.js b/packages/schema/lib/schemas/AuthFieldSchema.js index 991a02a49..99e02d58a 100644 --- a/packages/schema/lib/schemas/AuthFieldSchema.js +++ b/packages/schema/lib/schemas/AuthFieldSchema.js @@ -44,7 +44,7 @@ module.exports = makeSchema( }, { key: 'password', - type: 'string', + type: 'password', isSafe: false, required: true, },