add LOGIN_TIMEOUT (180s) for PW, but prompts still wait forever
This commit is contained in:
parent
704c4b01e1
commit
8c2ac3b6d0
7 changed files with 16 additions and 13 deletions
|
|
@ -1,6 +1,4 @@
|
|||
import { html_game_list, notify } from "./util.js";
|
||||
|
||||
const delay = ms => new Promise(resolve => setTimeout(resolve, ms));
|
||||
import { delay, html_game_list, notify } from "./util.js";
|
||||
|
||||
const URL_CLAIM = 'https://gaming.amazon.com/home'; // dummy URL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue