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
In both the Expo and Electron project, when the login button is clicked the second time during a slight delay before the first login prompt pops-up from the first click, it triggers and shows two login prompt in the end. (Expo app explicitly gives warning)
Potential fix:
Perhaps disable the login button right after the first click and enable button again after the login prompt exits (whether the user successfully logs in or quits login prompt).
Or
A loading overlay page that prevents user from clicking any buttons while the login proccess is in progress.
Suggesstion: Use loginPending redux state to enable and disable the loading feature.
Fixed issue for:
Electron
Expo
The text was updated successfully, but these errors were encountered:
by12380
changed the title
Multiple login prompt shows up when login button is clicked more than once
Multiple login prompts show up when login button is clicked more than once
Sep 10, 2018
In both the Expo and Electron project, when the login button is clicked the second time during a slight delay before the first login prompt pops-up from the first click, it triggers and shows two login prompt in the end. (Expo app explicitly gives warning)
Potential fix:
Perhaps disable the login button right after the first click and enable button again after the login prompt exits (whether the user successfully logs in or quits login prompt).
Or
A loading overlay page that prevents user from clicking any buttons while the login proccess is in progress.
Suggesstion: Use
loginPending
redux state to enable and disable the loading feature.Fixed issue for:
The text was updated successfully, but these errors were encountered: