mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 09:41:35 +10:00
fix: test
This commit is contained in:
@ -44,7 +44,7 @@ export const apiSignin = async ({
|
|||||||
page,
|
page,
|
||||||
email = 'example@documenso.com',
|
email = 'example@documenso.com',
|
||||||
password = 'password',
|
password = 'password',
|
||||||
redirectPath,
|
redirectPath = '/',
|
||||||
}: LoginOptions) => {
|
}: LoginOptions) => {
|
||||||
const { request } = page.context();
|
const { request } = page.context();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user