frontend icon indicating copy to clipboard operation
frontend copied to clipboard

feat(auth): allow confirming account deletion

Open insertish opened this issue 2 years ago • 2 comments

Route needs to be added to auth routes.

https://github.com/revoltchat/revite/blob/d55d86aa3cb5cd0b5b29646b499dac5b16f20c1e/src/pages/login/ConfirmDelete.tsx#L16

insertish avatar May 19 '23 12:05 insertish

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 image

sabs21 avatar Sep 01 '24 04:09 sabs21

The /login/... route that takes a token and confirms the account should be deleted. (from the email sent to user when they request deletion)

insertish avatar Oct 02 '24 17:10 insertish