Page MenuHomePhabricator

[web] Pull `TraditionalLoginForm` out of `LoginForm` component
ClosedPublic

Authored by atul on Feb 1 2023, 1:04 PM.
Tags
None
Referenced Files
F3270920: D6501.diff
Sat, Nov 16, 4:50 AM
Unknown Object (File)
Fri, Nov 1, 1:11 PM
Unknown Object (File)
Fri, Nov 1, 1:11 PM
Unknown Object (File)
Fri, Nov 1, 1:10 PM
Unknown Object (File)
Fri, Nov 1, 12:57 PM
Unknown Object (File)
Tue, Oct 29, 7:19 PM
Unknown Object (File)
Sep 30 2024, 4:51 AM
Unknown Object (File)
Sep 30 2024, 4:51 AM
Subscribers
None

Details

Summary

LoginForm was handling both "traditional" and SIWE login. In subsequent diffs we'll have a separate TraditionalLoginForm and SIWELoginForm component that are displayed conditionally.

Test Plan

Still a noop, both "traditional" and SIWE login continue to work as expected.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Feb 1 2023, 1:05 PM
atul edited the summary of this revision. (Show Details)
atul added inline comments.
web/account/log-in-form.react.js
38 ↗(On Diff #21784)

I know we don't like these ternaries, removed in subsequent diff.

Assuming this is a simple move diff and blindly accepting

This revision is now accepted and ready to land.Feb 1 2023, 1:10 PM
This revision was landed with ongoing or failed builds.Feb 1 2023, 1:18 PM
This revision was automatically updated to reflect the committed changes.