-
Notifications
You must be signed in to change notification settings - Fork 147
Fix OTP/passkey login flow handling #450
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
base: v3
Are you sure you want to change the base?
Conversation
|
Hey there, thanks for helping me with this issue, i tested your PR in my case #429, i got loop forever. For my case, just need to click Use your password then paste the password, just like in the image.
And this is your PR result for my case below.
|
|
@meichengg Oh interesting, it didn't do this for me. I will investigate further. Did you wait and give it time to navigate that page? |
I just let the tool do its job, i didn't touch anything. |
|
Can either @Titaniumtown implement the fixes from the PR from @meichengg or vice versa so one of the PR's can be closed. |


Some issues cropped up with the login flow resulting from 3.1.0.
Specifically I was hitting failures with the passkey creation, which fails. I don't know why this stuff was being activated in the first place, but I added code that will just skip it.
I also was hitting issues with the bot getting lost on the login flow and ending up on the OTP page. I am not 100% about this code though.
Closes: #449 & #429