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

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