Skip to content
New issue

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

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

Already on GitHub? # to your account

Optimize the logic for immediate lock #736

Open
ThemanRonin opened this issue Dec 5, 2024 · 0 comments
Open

Optimize the logic for immediate lock #736

ThemanRonin opened this issue Dec 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ThemanRonin
Copy link

Optimize the logic for adding accounts with two-step verification on mobile devices (delay lock → immediate lock).

For example, when I add an account for the first time and my account has two-step verification enabled, after entering the password, I need to go to the page to input the two-step verification code. At this point, I need to open my 2FA app, copy the OTP code, and switch back to the keyguard to input the OTP code to log in. However, if I have set the delay lock time to "immediate lock," when I switch back to the keyguard from the 2FA app, I will need to unlock it again. After unlocking, it will return directly to the initial page, and the previous two-step verification page will be gone. I then have to start the login process all over again, re-entering the account and password, creating a loop.

A temporary workaround is to set the delay lock time to 1 minute, but I believe this is an issue that requires optimization.

@AChep AChep added the enhancement New feature or request label Dec 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants