Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix obscure login issue. #624

Merged
merged 1 commit into from Sep 5, 2019
Merged

Fix obscure login issue. #624

merged 1 commit into from Sep 5, 2019

Conversation

dbrant
Copy link
Member

@dbrant dbrant commented Sep 5, 2019

If we add up all the evidence that we have gathered so far, there is only one code path that could lead to the logintoken being null in the login API call:

The issue is not related to 2FA per se, but rather has to do with how we display and bind to the entry field for the 2FA token. For some reason, the text field for entering the 2FA code was being bound as an EditText, instead of a TextInputLayout as it's supposed to be. This may be producing unexpected behavior (on some devices / platforms) when we try to read the string value from the field.

NOTE: We still need to test whether actual 2FA is still working after this patch.

Change-Id: I829832b37650440c11e4685131b812409f06b985
@cooltey cooltey merged commit 848a19e into master Sep 5, 2019
@dbrant dbrant deleted the loginFix branch September 6, 2019 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants