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

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