From 44312e6f0cda43ae48bd82eacb0358a36fa36a5d Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 21 Aug 2021 21:13:10 +0400 Subject: [PATCH] oops load user --- website/src/App.tsx | 1 + 1 file changed, 1 insertion(+) 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 });