fix: Design QA Bugs 4 cp-7.52.0#17335
Conversation
…wards after a few times
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
|
|
There was a problem hiding this comment.
Bug: Error Persistence During Login Attempts
The setError(null) call was moved from the beginning of the onLogin function to only occur after successful authentication. This prevents previous error messages from being cleared at the start of new login attempts, causing them to persist and be visible during the loading state, which creates a confusing user experience.
app/components/Views/Login/index.tsx#L506-L535
metamask-mobile/app/components/Views/Login/index.tsx
Lines 506 to 535 in 8cea658
Was this report helpful? Give feedback by reacting with 👍 or 👎
|



Description
Revalidate below GitHub issues (@LeVinhGithub ):
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Screen.Recording.2025-07-17.at.8.30.36.PM.mov
Screen.Recording.2025-07-17.at.9.04.55.PM.mov
Screen.Recording.2025-07-17.at.10.12.47.PM.mov
Revalidate Issues:
Issuse 1 & 2:
Screen.Recording.2025-07-21.at.3.29.02.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist