We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383c6c2 commit 5f38363Copy full SHA for 5f38363
frontend/src/App.js
@@ -25,8 +25,7 @@ class App extends Component {
25
await auth0Client.silentAuth();
26
this.forceUpdate();
27
} catch (err) {
28
- if (err.error === 'login_required') return;
29
- console.log(err.error);
+ if (err.error !== 'login_required') console.log(err.error);
30
}
31
this.setState({checkingSession:false});
32
0 commit comments