Page MenuHomePhabricator

[native] Include `primaryIdentityPublicKey` in `log_in` request
ClosedPublic

Authored by atul on Feb 9 2023, 11:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 14, 8:11 AM
Unknown Object (File)
Tue, Jun 11, 10:00 PM
Unknown Object (File)
Tue, Jun 11, 9:22 AM
Unknown Object (File)
Sun, Jun 9, 2:09 PM
Unknown Object (File)
Sun, Jun 9, 2:09 PM
Unknown Object (File)
Sun, Jun 9, 2:09 PM
Unknown Object (File)
Sun, Jun 9, 2:09 PM
Unknown Object (File)
Sun, Jun 9, 2:09 PM
Subscribers
None

Details

Summary

Include primaryIdentityPublicKey in log_in request from native.

Test Plan

Set breakpoint in logInResponder:

99f144.png (200×1 px, 69 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Feb 9 2023, 11:53 AM
atul edited the test plan for this revision. (Show Details)
atul added inline comments.
lib/types/account-types.js
111 ↗(On Diff #22309)

Will make this field required once I update web

ashoat added inline comments.
native/account/log-in-panel.react.js
243 ↗(On Diff #22485)

I would destructure and assign to a local var so you don't need to repeat this.props. three times

This revision is now accepted and ready to land.Feb 13 2023, 11:01 AM

rebase before addressing feedback

This revision was landed with ongoing or failed builds.Feb 13 2023, 11:08 AM
This revision was automatically updated to reflect the committed changes.