Skip to content
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

Modular breaks the application with double click #945

Open
raj-ueslem opened this issue Mar 18, 2024 · 3 comments
Open

Modular breaks the application with double click #945

raj-ueslem opened this issue Mar 18, 2024 · 3 comments
Labels
new New issue request attention

Comments

@raj-ueslem
Copy link

recently and I'm noticing that the modular has a serious problem related to the user's tap, when you enter as a user in an application using the modular and tap two quickly or tap two different things quickly, it is possible to break the app completely or generate a possible flaw in the application's security because in a login situation the logout would be with AuthGuard.

https://www.loom.com/share/9c1d90cdf5864f57acd074f976423ade
just press any button twice at the same time or press two different buttons at the same time.

I found someone with the same problem but so far there was no solution, even if it was temporary.

#796

@raj-ueslem raj-ueslem added the new New issue request attention label Mar 18, 2024
@thobiassilva
Copy link

Same problem

@raj-ueslem raj-ueslem changed the title Modular with double click navigation Modular breaks the application with double click Mar 25, 2024
@EdsonMello-code
Copy link

You can use a debounce for a temporary measure.

@raj-ueslem
Copy link
Author

You can use a debounce for a temporary measure.

I'm going to do that there, as a temporary measure would help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New issue request attention
Projects
None yet
Development

No branches or pull requests

3 participants