Fix feedback @moufmouf
This commit is contained in:
parent
a4b8a8422f
commit
210a789aa4
8 changed files with 42 additions and 40 deletions
|
@ -183,8 +183,11 @@ class ConnectionManager {
|
|||
} else {
|
||||
try {
|
||||
await this.checkAuthUserConnexion();
|
||||
analyticsClient.loggedWithSso();
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
this.loadOpenIDScreen();
|
||||
return Promise.reject(new Error("You will be redirect on login page"));
|
||||
}
|
||||
}
|
||||
this.localUser = localUserStore.getLocalUser() as LocalUser; //if authToken exist in localStorage then localUser cannot be null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue