UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

23 lines (22 loc) 454 B
export const accountLockFields = [ { name: 'loginAttempts', type: 'number', access: { create: ()=>false, update: ()=>false }, defaultValue: 0, hidden: true }, { name: 'lockUntil', type: 'date', access: { create: ()=>false, update: ()=>false }, hidden: true } ]; //# sourceMappingURL=accountLock.js.map