This action cannot be undone. This will permanently delete your account and remove your data from our servers.
<.alert_dialog_header> <.alert_dialog_title id="alert-dialog-default-title">Are you absolutely sure?</.alert_dialog_title> <.alert_dialog_description id="alert-dialog-default-description"> This action cannot be undone. This will permanently delete your account and remove your data from our servers. </.alert_dialog_description> </.alert_dialog_header> <.alert_dialog_footer> <.alert_dialog_cancel on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}> <.button variant="outline">Cancel</.button> </.alert_dialog_cancel> <.alert_dialog_action> <.button phx-click={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>Continue</.button> </.alert_dialog_action> </.alert_dialog_footer>