last update

This commit is contained in:
Mann Patel
2025-03-18 18:09:15 -06:00
parent 34ac68564c
commit b11416b342
7 changed files with 821 additions and 107 deletions

View File

@@ -189,7 +189,8 @@ const Settings = () => {
}
} catch (error) {
console.error("Error deleting account:", error);
alert("Failed to delete account: " + error.message);
alert("Cannot delete account, Please logout and retry:");
}
}
};