export const accountLockFields = [ { name: 'loginAttempts', type: 'number', defaultValue: 0, hidden: true }, { name: 'lockUntil', type: 'date', hidden: true } ]; //# sourceMappingURL=accountLock.js.map