You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setMessage("An error occurred while deleting your account. Please try again later.")
38
+
});
39
+
}
15
40
16
41
return<>
17
42
<DashboardNavbar>
@@ -35,20 +60,30 @@ export default function User() {
35
60
36
61
<h1className="action-header">Delete account</h1>
37
62
38
-
<p>If you want to, you can delete your ConfigDN account. This actions is irreversible! Any teams you are the owner of will also be deleted.</p>
63
+
<p>If you want to, you can delete your ConfigDN account. This actions is <strong>irreversible</strong>! <strong>All teams</strong> you are the owner of will also be deleted.</p>
0 commit comments