Page MenuHomePhabricator

[native] Fix pending state in ExistingEthereumAccount for identity auth
ClosedPublic

Authored by ashoat on Fri, Apr 26, 11:30 AM.
Tags
None
Referenced Files
F1710218: D11807.id.diff
Mon, May 6, 2:08 PM
Unknown Object (File)
Thu, May 2, 6:19 PM
Unknown Object (File)
Thu, May 2, 2:08 PM
Unknown Object (File)
Wed, May 1, 9:26 AM
Unknown Object (File)
Tue, Apr 30, 10:41 AM
Subscribers

Details

Summary

Noticed while working on the stack ending in D11806 that the pending state here is only handled for the legacy auth.

Changed it here and did some corresponding reworking of the logic.

Depends on D11806

Test Plan

Careful reading of the code

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka added inline comments.
native/account/registration/existing-ethereum-account.react.js
39–41 ↗(On Diff #39570)

The RegistrationButton button is disabled when variant === 'disabled' || variant === 'loading', so this is not needed, but I suppose it's safer

This revision is now accepted and ready to land.Tue, Apr 30, 8:51 AM