fix: Allow user account deletion without SMTP setup, closes #6107
This commit is contained in:
@@ -42,7 +42,7 @@ function Preferences() {
|
||||
const showDeleteAccount = () => {
|
||||
dialogs.openModal({
|
||||
title: t("Delete account"),
|
||||
content: <UserDelete />,
|
||||
content: <UserDelete onSubmit={dialogs.closeAllModals} />,
|
||||
isCentered: true,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user