github-actions[bot] commited on
Commit
9ad5679
·
1 Parent(s): a828c95

Update from GitHub Actions

Browse files
Files changed (1) hide show
  1. functions/utils/authService.ts +2 -0
functions/utils/authService.ts CHANGED
@@ -134,6 +134,8 @@ export class AuthService {
134
 
135
  await page.fill('input[type="tel"]', verificationCode);
136
  await page.click('input[type="submit"]');
 
 
137
  } catch (error) {
138
  console.log(account.email, `没有多重验证,继续执行: ${error}`);
139
  }
 
134
 
135
  await page.fill('input[type="tel"]', verificationCode);
136
  await page.click('input[type="submit"]');
137
+
138
+ await page.waitForTimeout(5 * 1000)
139
  } catch (error) {
140
  console.log(account.email, `没有多重验证,继续执行: ${error}`);
141
  }