woohoo sign in flow working!!!!

This commit is contained in:
talksik
2022-05-28 10:32:37 -05:00
parent 2cc56e42cc
commit af32ad2565
2 changed files with 26 additions and 7 deletions
@@ -73,6 +73,8 @@ export function ElectronProvider({ children }: { children: React.ReactNode }) {
return () => {
// window.removeEventListener(Channels.ON_WINDOW_BLUR, blurListener);
blurListener();
focusListener();
};
}, [setDesktopMode, setIsWindowFocused]);