🔥 For actions that require sign in, avoid having a user perform the same action twice.
1. User clicks the like button on a comment.
2. User is asked to sign in.
3. User signs in successfully.
✅ Result: Comment should be displayed again and liked.
#ux #webdev #frontend
1. User clicks the like button on a comment.
2. User is asked to sign in.
3. User signs in successfully.
✅ Result: Comment should be displayed again and liked.
#ux #webdev #frontend
Comments
From a security perspective, I'm not sure how to build that without creating an XSRF issue
Local storage of the intent?