Loading your profile...
{{ error }}
@{{ authStore.currentUser.nickname }}
{{ authStore.currentUser.email }}
{{ authStore.currentUser.type === 'P' ? 'Player' : 'Other' }}
{{ formatDate(authStore.currentUser.created_at) }}
{{ authStore.currentUser.blocked ? 'Blocked' : 'Active' }}
{{ formatDate(authStore.currentUser.email_verified_at) }}
{{ formatDate(authStore.currentUser.updated_at) }}
Deleting your account is permanent and cannot be undone. This action will:
To confirm deletion, please type your email address: {{ authStore.currentUser.email }}
This is your last chance to cancel.
Once you click "Yes, Delete My Account", your account and all associated data will be permanently deleted. You will lose your {{ authStore.currentUser.coins_balance }} coins forever.
Deleting your account...
Redirecting to login...