SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 0 TypeScript
2022-07-13 12:40:29 -07:00
export const devUser = {
email: 'dev@payloadcms.com',
password: 'test',
roles: ['admin'],
}
2022-10-24 18:05:12 +02:00
export const regularUser = {
email: 'user@payloadcms.com',
password: 'test2',
roles: ['user'],
}