do not wait for rehydration is credentials are false (#2312)
This commit is contained in:
parent
e25a1939fc
commit
b9e9003195
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ export default class App {
|
|||
this.waitForRehydration = true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
this.waitForRehydration = false;
|
||||
}
|
||||
} catch (error) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue