Fix Account Deletion
This commit is contained in:
parent
755af71912
commit
33e66635c3
2 changed files with 16 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
<p style="text-align: center;">Deleting your account is an irreversible action. You cannot recover your account once this has been done.</p>
|
||||
<p style="text-align: center;">This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.</p>
|
||||
<div style="display: flex; flex-direction: row; padding: 8px; justify-content: center;">
|
||||
<button id="confirm-delete-button" style="width: 300px; font-size: 32px;" class="delete-button">Delete Account</button>
|
||||
<button id="confirm-delete-button" style="width: 300px; font-size: 32px;" class="delete-button" onclick="deleteAccount()">Delete Account</button>
|
||||
<button id="cancel-delete-button" style="width: 300px; font-size: 32px;" onclick="hideDeleteWarning()">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue