feat: add phone verification flow support

This commit is contained in:
sh2001sh
2026-04-20 17:39:01 +08:00
parent d85f7feaef
commit b098726a6f
13 changed files with 2001 additions and 21 deletions
+2 -2
View File
@@ -41,11 +41,11 @@
await addLog('步骤 9:正在监听 localhost 回调地址...');
const callbackTimeoutMs = typeof getOAuthFlowStepTimeoutMs === 'function'
? await getOAuthFlowStepTimeoutMs(120000, {
? await getOAuthFlowStepTimeoutMs(240000, {
step: 9,
actionLabel: 'OAuth localhost 回调',
})
: 120000;
: 240000;
return new Promise((resolve, reject) => {
let resolved = false;