perf(e2e): ⚡️ Migrate to Playwright
This commit is contained in:
@ -56,7 +56,7 @@ if (process.env.NODE_ENV !== 'production')
|
||||
email: {
|
||||
label: 'Email',
|
||||
type: 'email',
|
||||
placeholder: 'email@email.com',
|
||||
placeholder: 'credentials@email.com',
|
||||
},
|
||||
},
|
||||
async authorize(credentials) {
|
||||
|
@ -20,6 +20,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
ownerId: user.id,
|
||||
parentFolderId,
|
||||
},
|
||||
orderBy: { createdAt: 'desc' },
|
||||
})
|
||||
return res.send({ folders })
|
||||
}
|
||||
|
Reference in New Issue
Block a user