Skip to content

Commit 6ce5dd3

Browse files
committed
feat(auth): account scopes and expired pat workflow
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent d35ebc5 commit 6ce5dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/routes/LoginWithDeviceFlow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const LoginWithDeviceFlowRoute: FC = () => {
6868
};
6969

7070
initializeDeviceFlow();
71-
}, [loginWithDeviceFlowStart]);
71+
}, [loginWithDeviceFlowStart, reAuthAccount]);
7272

7373
// Poll for device flow completion
7474
useEffect(() => {

0 commit comments

Comments
 (0)