feat: show delete user functionality

This commit is contained in:
Ali BARIN
2023-03-02 23:36:31 +00:00
parent 72720b3dfe
commit 399cebda70
4 changed files with 119 additions and 0 deletions

View File

@@ -89,6 +89,17 @@
"profileSettings.updatedEmail": "Your email has been updated.",
"profileSettings.updatedPassword": "Your password has been updated.",
"profileSettings.updatePassword": "Update password",
"profileSettings.deleteMyAccount": "Delete my account",
"profileSettings.deleteAccount": "Delete account",
"profileSettings.deleteAccountSubtitle": "This will permanently delete...",
"profileSettings.deleteAccountResult1": "Your account",
"profileSettings.deleteAccountResult2": "All your flows",
"profileSettings.deleteAccountResult3": "All your connections",
"profileSettings.deleteAccountResult4": "All execution history",
"deleteAccountDialog.title": "Delete account?",
"deleteAccountDialog.description": "This will permanently delete your account and all the associated data with it.",
"deleteAccountDialog.cancel": "Cancel?",
"deleteAccountDialog.confirm": "Yes, delete it",
"notifications.title": "Notifications",
"notification.releasedAt": "Released {relativeDate}",
"webhookUrlInfo.title": "Your webhook URL",