From e50bea75d6380005d8deef894d11e8581f3ceca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Sat, 3 Aug 2024 21:04:35 +0200 Subject: [PATCH] [FIX]: login flow not working when redirected from store tab (#3896) fix: login flow not working when redirected from store tab --- src/frontend/screens/WebView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/screens/WebView/index.tsx b/src/frontend/screens/WebView/index.tsx index bf5a228f6d..34d28e09d6 100644 --- a/src/frontend/screens/WebView/index.tsx +++ b/src/frontend/screens/WebView/index.tsx @@ -262,7 +262,7 @@ export default function WebView() { } } return - }, [webviewRef.current, preloadPath, amazonLoginData]) + }, [webviewRef.current, preloadPath, amazonLoginData, runner]) useEffect(() => { const webview = webviewRef.current