PeerTube/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.comp...

5 lines
164 B
HTML

<div class="delete-me">
<p i18n>Once you delete your account, there is no going back.</p>
<button (click)="deleteMe()" i18n>Delete your account</button>
</div>