Skip to content

Commit

Permalink
[FIX]: login flow not working when redirected from store tab (#3896)
Browse files Browse the repository at this point in the history
fix: login flow not working when redirected from store tab
  • Loading branch information
imLinguin authored Aug 3, 2024
1 parent 6105bf2 commit e50bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/screens/WebView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default function WebView() {
}
}
return
}, [webviewRef.current, preloadPath, amazonLoginData])
}, [webviewRef.current, preloadPath, amazonLoginData, runner])

useEffect(() => {
const webview = webviewRef.current
Expand Down

0 comments on commit e50bea7

Please sign in to comment.