mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat(core): make password sigin default if user has one (#5577)
This commit is contained in:
@@ -170,9 +170,6 @@ export async function loginUser(
|
||||
await page.getByTestId('continue-login-button').click({
|
||||
delay: 200,
|
||||
});
|
||||
await page.getByTestId('sign-in-with-password').click({
|
||||
delay: 200,
|
||||
});
|
||||
await page.getByTestId('password-input').fill('123456');
|
||||
if (config?.beforeLogin) {
|
||||
await config.beforeLogin();
|
||||
|
||||
Reference in New Issue
Block a user