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

Add account deletion to frontend #124

Closed altheaden closed 3 months ago

altheaden commented 3 months ago

This PR adds account deletion to the frontend. This form will be updated slightly after #123 is merged, because form fields were updated slightly in that PR. However, it is fully operational as is, so it can be merged before or after the javascript PR.

closes #107