Sha256: d6d80624d622e1b743bceca535fa72c3e99b771ffd326c3c3724776ef18de5c4
Contents?: true
Size: 652 Bytes
Versions: 4
Compression:
Stored size: 652 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 %> </section> <%= render 'profile/partials/confirm_user_deletion_modal' %>
Version data entries
4 entries across 4 versions & 1 rubygems