We're now passing primaryIdentityPublicKey to logInResponder when we log in from both native and web.
Details
Details
primaryIdentityPublicKey appears in request:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/account/log-in-form.react.js | ||
---|---|---|
28–33 ↗ | (On Diff #22511) | We want primaryIdentityPublicKey to be in dep list so we can re-fetch primaryIdentityPublicKey once LOG_OUT_SUCCESS gets processed and unsets primaryIdentityPublicKey. Without these changes, primaryIdentityPublicKey would be null once LOG_OUT_SUCCESS gets processed and leaves the "Log in" button permanently disabled. |