UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

17 lines (12 loc) 656 B
export const deleteUserLocalization = { /** @remarks `"Delete account"` */ deleteAccount: "Delete account", /** @remarks `"Permanently remove your account and all associated data. This cannot be undone."` */ deleteAccountDescription: "Permanently remove your account and all associated data. This cannot be undone.", /** @remarks `"Check your email to confirm account deletion."` */ deleteUserVerificationSent: "Check your email to confirm account deletion.", /** @remarks `"Your account has been deleted."` */ deleteUserSuccess: "Your account has been deleted." } export type DeleteUserLocalization = typeof deleteUserLocalization