You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: