diff --git a/website/src/App.tsx b/website/src/App.tsx index ee4643e..7ae2974 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -134,6 +134,7 @@ class App extends Component { dictionaryStatus: "ready", dictionaryInfo: r.dictionaryInfo, }); + this.handleLoadUser(); // incase it took forever and timed out - might need to reinitialize the wordlist here ?? if (this.state.user) { startLocalDbs(this.state.user, { wordlist: this.handleRefreshWordlist, reviewTasks: this.handleRefreshReviewTasks });