pg: login now has Continue button after email
This commit is contained in:
parent
c87deb393e
commit
eafb2316f7
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ try {
|
|||
const password = email && (cfg.pg_password || await prompt({ type: 'password', message: 'Enter password' }));
|
||||
if (email && password) {
|
||||
await page.fill('[name=email]', email);
|
||||
await page.click('input[type="submit"]');
|
||||
await page.fill('[name=password]', password);
|
||||
await page.check('[name=rememberMe]');
|
||||
await page.click('input[type="submit"]');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue