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
Prevent double voting from the same user.
No authentication.
A simple solution would be to use a local storage that contains all the voteId that the user has already submitted.
(register the voteId in the local storage once the vote has been successfully submitted)