diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-11-14 13:04:02 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-14 13:04:02 +0100 |
commit | 20d905e0fb094f2d5ec15c59b6a0264eb942e0ab (patch) | |
tree | a1f94a8c0ca3ca0a8e3b2c28b8ec2c87d1152bb8 /views | |
parent | 0aa91b4dc70c0290a6a1e9b94ef1eb0187b06984 (diff) | |
download | server-20d905e0fb094f2d5ec15c59b6a0264eb942e0ab.tar.gz |
Log deleted user names.
Diffstat (limited to 'views')
-rw-r--r-- | views/delete_account.pug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/delete_account.pug b/views/delete_account.pug index 905945c..e16e1b6 100644 --- a/views/delete_account.pug +++ b/views/delete_account.pug @@ -25,5 +25,4 @@ html p.warning WARNING: Deleting your account is permanent! p All your games and messages will be lost forever. p - button(onclick="window.location='/profile'") Cancel button(type="submit") Delete! |