Skip to content

Commit

Permalink
feat(front): Making user deletion text more aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
GordiNoki authored and tsa96 committed Oct 2, 2023
1 parent 115465e commit bd84584
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ <h5 class="text-danger">Delete user?</h5>
</nb-card-header>
<nb-card-body>
<p>
This will <b>permanently</b> delete this account and all runs and statistics associated with it.<br />
You will <b><i>NOT</i></b> be able to recover this data.
This will <b>permanently</b> and <b>irrevocably</b> delete your account. If you do so, you will <b><i>never</i></b> be able to sign up
from the same Steam account.
</p>
<p>
This feature only exists for privacy reasons, to give users the ability to delete all data identifiable to them from our systems.
Unless you really want to do that, don't use this feature!
</p>
<p>
Again, we are <b><i>not</i></b> going to help you recover your account if you do this.
</p>
<p>
To confirm, please enter the following code: <b class="random-code">{{ randomCode }}</b>
Expand Down

0 comments on commit bd84584

Please sign in to comment.