frontend
frontend copied to clipboard
feat(auth): allow confirming account deletion
Route needs to be added to auth routes.
https://github.com/revoltchat/revite/blob/d55d86aa3cb5cd0b5b29646b499dac5b16f20c1e/src/pages/login/ConfirmDelete.tsx#L16
By confirming account deletion, do you mean something more than what's currently being done when you click 'Delete Account' in the user settings? It seems like confirmation exists already
The /login/... route that takes a token and confirms the account should be deleted.
(from the email sent to user when they request deletion)