{{ $t('user.profile') }}

{{ $t('auth.logout') }}
{{ $t('user.info') || 'Basic Information' }}
Avatar {{ user.nickname ? user.nickname.charAt(0).toUpperCase() : (user.username ? user.username.charAt(0).toUpperCase() : 'U') }}
{{ user.nickname || user.username }}
{{ $t('common.id') }}: {{ user.id }}
{{ $t('common.save') }}
{{ $t('auth.security') || 'Security' }}
{{ $t('auth.change_password') || 'Update Password' }}
{{ $t('auth.linked_accounts') || 'Linked Accounts' }}
{{ provider.name }}
{{ getBindInfo(provider.code) }}
{{ $t('auth.not_linked') }}
{{ $t('common.unbind') }} {{ $t('common.bind') }}