-
- <%= button_to "Delete my account", account_cancellation_path, method: :post, class: "btn btn--negative", form: { data: { action: "submit->dialog#close", turbo: false } } %>
+
+ - Your <%= Current.account.name %> account will be closed immediately.
+ - All users, including you, will lose access.
+ <% if Current.account.try(:active_subscription) %>
+ - Your subscription will be canceled.
+ <% end %>
+ - All your data will be permanently deleted within 30 days.
+
+
+
Remember to export your data
+
+
+ before you go. You won’t be able to do it after you delete your account.
+
+
+
+
+
+
+ <%= button_to "Delete my account", account_cancellation_path, method: :post, class: "btn btn--negative", disabled: true, form: { data: { action: "submit->dialog#close", turbo: false } }, data: { toggle_enable_target: "element" } %>
+