This commit is contained in:
puzhen 2025-11-07 18:18:44 +01:00
parent 71fefa1ffe
commit c5791e6365

View file

@ -111,7 +111,7 @@ export default function Browser() {
clearInterval(checkInterval);
await handleLoadCookies();
}
}, 2000); // Check every 2 seconds
}, 500); // Check every 2 seconds
}
} catch (error: any) {
toast.error(error?.message || "Failed to open browser");