diff --git a/frontend/src/components/UserSettings/DeleteAccount.tsx b/frontend/src/components/UserSettings/DeleteAccount.tsx index 09c640e..257b99d 100644 --- a/frontend/src/components/UserSettings/DeleteAccount.tsx +++ b/frontend/src/components/UserSettings/DeleteAccount.tsx @@ -22,13 +22,7 @@ const DeleteAccount: React.FC = () => { Permanently delete your data and everything associated with your account. - - diff --git a/frontend/src/routes/recover-password.tsx b/frontend/src/routes/recover-password.tsx index 38c998d..661c180 100644 --- a/frontend/src/routes/recover-password.tsx +++ b/frontend/src/routes/recover-password.tsx @@ -82,13 +82,7 @@ function RecoverPassword() { {errors.email.message} )} - diff --git a/frontend/src/routes/reset-password.tsx b/frontend/src/routes/reset-password.tsx index 55f4d49..9e6e51d 100644 --- a/frontend/src/routes/reset-password.tsx +++ b/frontend/src/routes/reset-password.tsx @@ -124,12 +124,7 @@ function ResetPassword() { {errors.confirm_password.message} )} -