On this screen, a user can provide their credentials in order to restore their account.
Depends on D13907
Differential D14067
[native] Introduce a password account restore screen tomek on Fri, Nov 29, 10:40 AM. Authored by Tags None Referenced Files
Subscribers
Details On this screen, a user can provide their credentials in order to restore their account. Depends on D13907 Opened the screen and made sure it is displayed correctly.
Diff Detail
Event TimelineComment Actions This screen differs from the log out modal in two ways:
Comment Actions The design here doesn't look great to me... it feels like we're taking the "design language" of LoggedOutModal and applying it in a place where we're mostly using the RegistrationNavigator "design language". Can we instead try to base the design on RegistrationNavigator? I think we can keep the general structure here (one username field, one password field, and a button), but instead:
If we do this, then after launching signed device lists we can probably totally deprecate LogInPanel. What do you think? Comment Actions This definitely makes sense! I'm going to structure the solution so that removing the LogInPanel is easy. |