Closed a5e closed 3 years ago
Hi @a5e, I tried to repro this using your steps but I can't see the error you're seeing. The login button gets disabled on first press and I'm unable to click it a second time.
Anything else you can tell me about how to repro this?
It turns out another dev removed a class from the button after it was displayed, hence why it was still possible to double-click the sign-in button. I'm sorry I made you test this, I did not expected this and should not have open this issue in the first place.
i am having the same issue Android Google Pixel- Emulator API 29 Google Chrome Browser Steps to reproduce is same as above mentioned by @a5e
@Nadeembhat In the case of @a5e, their issue was do with removing a class after the page was rendered, are you in a similar situtation where something is modifying the button rendered by Lock?
@stevehobbsdev let me gather more information about this. I am not using lock in android, and loginbutton is clickable more than once.if you can help me how can i lock the UI element for login button so that i can click only once . Thanks
@Nadeembhat once you have done your own research into your problem, please raise a new issue rather than adding to this one so that it doesn't get lost 👍
@stevehobbsdev Sure thanks for the quick response
We've just had the same problem so will be applying the ability to click only once too.
Describe the problem
When double-clicking the login button, the user is redirected to something.auth0.com/login/callback with the error message:
But the login attempt was successful and accessing the main url for our app shows that the user is correctly authenticated.
What was the expected behavior?
The login should perform without any error.
Reproduction
Environment