Files
klz-cables.com/.pnpm-store/v10/files/a5/99c2a4645674b691744754963b09f47d683fa90b249a3a545714eae510df7aa1187b4116bca96d85853af7bae11f3997d46c49c55dcc33b6222c376fc7706f
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

16 lines
324 B
Plaintext

export const defaultUserCollection = {
slug: 'users',
admin: {
useAsTitle: 'email'
},
auth: {
tokenExpiration: 7200
},
fields: [],
labels: {
plural: ({ t })=>t('general:users'),
singular: ({ t })=>t('general:user')
}
};
//# sourceMappingURL=defaultUser.js.map