@{{ publicProfileUsername }}
{{ $t('profile_page.error_not_found') }}
{{ $t('profile_page.input_prompt', { name: publicProfileData.name || 'they' }) }}
{{ profileTurnstileError }}
{{ $t('profile_page.questions_loading') }}
{{ $t('profile_page.questions_error_load', { error: questionState.loadingError }) }}
|
{{ $t('profile_page.questions_category_' + questionState.activeCategory) }}
0) && (currentQuestion.type !== 'text' || currentQuestionInputValue.trim().length > (currentQuestion.required !== false ? 2 : -1)) "
@keydown.enter="currentInputIsValid && !questionState.loading && nextQuestionStep(currentQuestionInputValue.trim())"
:required="currentQuestion.required !== false"
:pattern="currentQuestion.type === 'email' ? '[^@ \\t\\r\\n]+@[^@ \\t\\r\\n]+\\.[^@ \\t\\r\\n]+' : (currentQuestion.type === 'link' ? 'https?://(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_\\+.~#?&//=]*)' : null)"
>
{{ $t('profile_page.questions_error_submit', { error: questionState.submissionError }) }}
|Something went wrong loading the question.
{{ $t('profile_page.thank_you_title') }}
{{ $t('profile_page.thank_you_message', { name: publicProfileData.name }) }}