Chocobozzz/PeerTube

View on GitHub
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html

Summary

Maintainability
Test Coverage
<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 class="peertube-button danger-button" (click)="deleteMe()" i18n>Delete your account</button>
</div>