do not wait for rehydration is credentials are false (#2312)

This commit is contained in:
Elias Nahum 2018-11-05 15:25:35 -03:00 committed by GitHub
parent e25a1939fc
commit b9e9003195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,8 @@ export default class App {
this.waitForRehydration = true;
}
}
} else {
this.waitForRehydration = false;
}
} catch (error) {
return null;