Closed MauroGuerrero20 closed 4 years ago
Deleting a club member on the ClubPage will also update the SearchUserModal removing the member from addedUsers.
ClubPage
SearchUserModal
addedUsers
Possible Login Bug Fix
Because of the two distinct but similar project websites:
https://sopa-capstone-step-2020.uc.r.appspot.com/
https://sopa-capstone-step-2020.appspot.com/
A user in theory could be login into both, yet if the user logs out of one, it could cause the user to be unable to logout of the other one.
I think for the future we should try to remove one these and only work on one. Its very confusing and maybe lead to security vulnerabilities.
Ignore fail frontend test. It will be fixed in @steven-solar next PR.
Features/Fixes
Deleting a club member on the
ClubPage
will also update theSearchUserModal
removing the member fromaddedUsers
.Possible Login Bug Fix
Because of the two distinct but similar project websites:
https://sopa-capstone-step-2020.uc.r.appspot.com/
https://sopa-capstone-step-2020.appspot.com/
A user in theory could be login into both, yet if the user logs out of one, it could cause the user to be unable to logout of the other one.
I think for the future we should try to remove one these and only work on one. Its very confusing and maybe lead to security vulnerabilities.
Demo