mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): captcha service (#8616)
This commit is contained in:
@@ -189,7 +189,7 @@ export async function loginUser(
|
||||
}
|
||||
await page.waitForTimeout(200);
|
||||
await page.getByTestId('sign-in-button').click();
|
||||
await page.waitForTimeout(200);
|
||||
await page.waitForTimeout(500);
|
||||
if (config?.afterLogin) {
|
||||
await config.afterLogin();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user