Skip to content

Commit 49766ac

Browse files
committed
don't force re-render on login error
1 parent 850d766 commit 49766ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/_app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ function App({Component, pageProps}: any) {
123123
})
124124
.catch((e) => {
125125
console.error('Error checking login status', e);
126-
setLoginStatus('error');
127126
});
128127
}, [environment]);
129128

0 commit comments

Comments
 (0)