Skip to content

Commit

Permalink
Oops, accidentally undid this
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviary2 committed Jul 16, 2024
1 parent b0dfc8e commit a4d23a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/scripts/member.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function showAccountInfo() {
}

async function removeAccount(confirmation) {
if (!confirmation || confirm("Are you sure you want to delete your account? This CAN NOT be undone!")) {
if (!confirmation || confirm("Are you sure you want to delete your account? This CANNOT be undone! Click OK to enter your password.")) {
const password = prompt("Enter your password to PERMANENTLY delete your account: ");
const config = { // Send with our access token
method: 'DELETE',
Expand Down

0 comments on commit a4d23a3

Please sign in to comment.