We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35ebc5 commit 6ce5dd3Copy full SHA for 6ce5dd3
1 file changed
src/renderer/routes/LoginWithDeviceFlow.tsx
@@ -68,7 +68,7 @@ export const LoginWithDeviceFlowRoute: FC = () => {
68
};
69
70
initializeDeviceFlow();
71
- }, [loginWithDeviceFlowStart]);
+ }, [loginWithDeviceFlowStart, reAuthAccount]);
72
73
// Poll for device flow completion
74
useEffect(() => {
0 commit comments