oops load user

This commit is contained in:
lingdocs 2021-08-21 21:13:10 +04:00
parent d344b381c6
commit 44312e6f0c
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ class App extends Component<RouteComponentProps, State> {
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 });