Page MenuHomePhabricator

[native] Implement PasswordSelection logic
ClosedPublic

Authored by ashoat on May 25 2023, 12:27 PM.
Tags
None
Referenced Files
F1591064: D7992.id27078.diff
Fri, Apr 19, 11:01 AM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:09 PM
Unknown Object (File)
Thu, Apr 4, 9:01 PM
Unknown Object (File)
Sat, Mar 30, 5:27 PM
Unknown Object (File)
Fri, Mar 29, 3:03 AM
Subscribers

Details

Summary

See designs here.

Depends on D7990

Test Plan

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul added inline comments.
native/account/registration/password-selection.react.js
44 ↗(On Diff #27078)

super minor nit: newline after this callback might help readability a bit

This revision is now accepted and ready to land.May 25 2023, 2:01 PM

Newline and textContentType="newPassword"

Regarding the latter, see here:

For iOS 12+ newPassword can be used to indicate a new password input the user may want to save in the keychain

Our Podfile locks us to iOS 13+.

This revision was landed with ongoing or failed builds.May 25 2023, 2:10 PM
This revision was automatically updated to reflect the committed changes.