diff --git a/src/App.js b/src/App.js index fca1665..9542f6f 100644 --- a/src/App.js +++ b/src/App.js @@ -19,7 +19,7 @@ class App extends Component { async componentDidMount() { try { if (await authUser()) { - this.userHasAuthenticated(true); + await this.userHasAuthenticated(true); } } catch(e) {