Login: retain email address after failed Google login attempts - #8021
Conversation
2bfbfaf to
3828004
Compare
|
|
||
| extension LoginEmailViewController: LoginSocialErrorViewControllerDelegate { | ||
| private func cleanupAfterSocialErrors() { | ||
| loginFields.username = "" |
There was a problem hiding this comment.
I think we'd still want to do this from retryWithEmail... otherwise it might seem a bit weird to tap the "Try with another email" option and see that address in the text field.
|
@aerych I agree! Also, turns out Signup wasn't working, still. Fixed that too. Ready for a second look. |
|
Nice. |
|
@aerych I'm only seeing the email get filled when tapping "Try with the site address" and "Sign up", which seems unavoidable. When tapping "Try with another email" it's being cleared for me. Can you double check what you're seeing? Fwiw, the value is set to "" before |
Huh. I'm not seeing it now. :( 🤷♂️
|
|
Thanks, @aerych! |
Refs #7675
Small change so that we keep the Google email address of failed login attempts to prefill on subsequent login or signup screens.
To test:
Needs review: @aerych