We make the getUserPublicKey(...) JSI call in nativeLogInExtraInfoSelector so we can include the ed25519 key in all login/registration requests from native.
Details
Details
Public key is correctly included in extraInfo
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/account/panel-components.react.js | ||
---|---|---|
23 ↗ | (On Diff #22661) | Can this just be mixed? |
Comment Actions
mixed instead of Promise<void>
native/account/panel-components.react.js | ||
---|---|---|
23 ↗ | (On Diff #22661) | Yeah, updated |