franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Fix error when redirecting to account page #48

Closed altheaden closed 6 months ago

altheaden commented 6 months ago

There was a missing backslash which was breaking the redirect for the account page when trying to update user information.

fixes #47

altheaden commented 6 months ago

@franklindyer can you confirm that this works on your end?

franklindyer commented 6 months ago

Works for me now!