feat(server): user account deletion
This commit is contained in:
parent
6fd3499d7b
commit
20b8353cfb
9 changed files with 252 additions and 6 deletions
|
|
@ -140,5 +140,12 @@
|
|||
"nickname_modal_sign_in": "Sign in",
|
||||
"nickname_modal_register": "Create account",
|
||||
"new_game": "New game",
|
||||
"language": "Language"
|
||||
"language": "Language",
|
||||
"delete_account_title": "Danger zone",
|
||||
"delete_account_btn": "Delete my account",
|
||||
"delete_account_warning": "This action is irreversible. Your account will be permanently deleted.",
|
||||
"delete_account_confirm_label": "Type your username to confirm:",
|
||||
"delete_account_confirm_btn": "Delete permanently",
|
||||
"delete_account_mismatch": "Username does not match.",
|
||||
"account_deleted": "Your account has been permanently deleted."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue