fix: undo faulty change to App component

This commit is contained in:
hippoz 2021-09-15 16:20:25 +03:00
parent 9f146de154
commit 812f38dafe
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -19,7 +19,7 @@ function App({ user, fullscreenMessage }) {
Authenticator.login();
}, []);
if (!user && !hasError) {
if (user === null && !hasError) {
return (
<p>
Loading...