Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Fix login not working when user has enabled 2FA #32

Merged
merged 1 commit into from
Aug 9, 2019
Merged

Conversation

Tunous
Copy link
Owner

@Tunous Tunous commented Aug 8, 2019

This change closes #31. It look like Reddit uses DOM storage for 2FA authentication which is by default disabled in Android WebView.

@saket do you think that there are any negative implications from this change?

@saket
Copy link

saket commented Aug 8, 2019

Is enabling DOM storage an option here?

@Tunous
Copy link
Owner Author

Tunous commented Aug 8, 2019

Sorry, I don't understand what do you mean here. I've enabled DOM storage by calling setDomStorageEnabled(true) in this PR. That works so it is an option 😄?

@saket
Copy link

saket commented Aug 8, 2019

Oh wow rekt. Sorry I wasn't paying attention.

@Tunous Tunous merged commit 18eecb8 into master Aug 9, 2019
@Tunous Tunous deleted the fix/login-2fa branch August 9, 2019 16:46
@Tunous Tunous added this to the 0.7.0 milestone Aug 10, 2019
@Tunous Tunous added the bug Something isn't working label Aug 10, 2019
@Tunous Tunous modified the milestones: 0.7.0, 0.7.1 Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with login
2 participants