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
Hitting the forward arrow after being removed from a group if you were just on the page allows the user to enter a group they are not a part of.
Hitting back after removing self from group displays the groups page without updating so the user still appears in the group. Refreshing fixes this but would still allow the the issue mentioned above.
This is likely because the forward and back arrows on the browser are affecting the state of our system and we have not accounted for it.
We can fix this if we have time but this is likely out of scope for our project.
The text was updated successfully, but these errors were encountered:
Hitting the forward arrow after being removed from a group if you were just on the page allows the user to enter a group they are not a part of.
Hitting back after removing self from group displays the groups page without updating so the user still appears in the group. Refreshing fixes this but would still allow the the issue mentioned above.
This is likely because the forward and back arrows on the browser are affecting the state of our system and we have not accounted for it.
We can fix this if we have time but this is likely out of scope for our project.
The text was updated successfully, but these errors were encountered: