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
NOTE: Because of the data sent by front-end fetch calls our back-end routes, these buttons do NOT appear to affect the other user. This should only be a visual implementation issue unless confirmed otherwise.
When logged in to an account and viewing a different user's profile, the buttons for "Create New Project," "Edit Profile," and "Delete Account" still appear on the other user's profile page. As noted above, clicking any of these buttons and following through with the actions only seem to impact the logged-in user and follow expected behaviors. There is a minor exception for "Edit Profile" which routes the user to /users/<other-user's-username>, but clicking "Save" from this page edits only the logged-in user's profile.
The screenshots below are from a logged-in session for the user "jojo" viewing the profile for user "space-lady":
The text was updated successfully, but these errors were encountered:
NOTE: Because of the data sent by front-end
fetch
calls our back-end routes, these buttons do NOT appear to affect the other user. This should only be a visual implementation issue unless confirmed otherwise.When logged in to an account and viewing a different user's profile, the buttons for "Create New Project," "Edit Profile," and "Delete Account" still appear on the other user's profile page. As noted above, clicking any of these buttons and following through with the actions only seem to impact the logged-in user and follow expected behaviors. There is a minor exception for "Edit Profile" which routes the user to
/users/<other-user's-username>
, but clicking "Save" from this page edits only the logged-in user's profile.The screenshots below are from a logged-in session for the user "jojo" viewing the profile for user "space-lady":
The text was updated successfully, but these errors were encountered: