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

5 lines
164 B
HTML
Raw Normal View History

2018-08-08 10:55:27 +02:00
<div class="delete-me">
<p i18n>Once you delete your account, there is no going back.</p>
2018-08-08 10:55:27 +02:00
2018-09-28 15:13:01 +02:00
<button (click)="deleteMe()" i18n>Delete your account</button>
2018-08-08 10:55:27 +02:00
</div>