Files
payload/src/auth/baseFields.js
2019-12-31 17:38:23 -05:00

12 lines
250 B
JavaScript

export default [{
name: 'resetPasswordToken',
// TODO: how should we define a field a string that cannot be seen in the admin panel?
// using type: 'input' for now
type: 'input',
},
{
name: 'resetPasswordExpiration',
type: 'date',
},
];