export const baseAuthFields = [ { name: 'resetPasswordToken', type: 'text', hidden: true }, { name: 'resetPasswordExpiration', type: 'date', hidden: true }, { name: 'salt', type: 'text', hidden: true }, { name: 'hash', type: 'text', hidden: true } ]; //# sourceMappingURL=auth.js.map