aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html
blob: c542cc6759b34a020373952251955eea051f21e3 (plain) (blame)
1
2
3
4
5
<div class="delete-me">
  <p i18n>Once you delete your account, there is no going back. Please be certain.</p>

  <button (click)="deleteMe()" i18n>Delete your account</button>
</div>