Sha256: 898eb2f8059871b43cb3134dd653a8cf8cf1583abe04698531de187de2378a36

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

<section class="space-y-6">
  <header>
    <h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
      Delete Account
    </h2>
    <p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
      Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.
    </p>
  </header>
  <%= render(DangerButtonComponent.new({"x-data": "", "x-on:click.prevent": "$dispatch('open-modal', 'confirm-user-deletion')"})) do %>
    Delete Account
  <% end %>
  <%= render 'profile/partials/confirm_user_deletion_modal' %>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kaze-0.13.0 stubs/hotwire/app/views/profile/partials/_delete_user_form.html.erb
kaze-0.12.0 stubs/hotwire/app/views/profile/partials/_delete_user_form.html.erb