Vai su BOT RISO Telegram ed imposta l'Username di Telegram.
{{ t('reg.scegli_username') }}
event.preventDefault()"
@keyup.enter="!v$.username.$error ? $refs.inputName.focus() : null"
maxlength="20"
debounce="500"
:error-message="
tools.errorMsg('username', v$.username) ||
(isalreadyReg ? 'L\'Username è gia stato registrato!' : '')
"
:label="
collettivo
? t('reg.username_reg_collettivo')
: tools.getConfSiteOptionEnabled(
shared_consts.ConfSite.askUSernameTelegramToTheReg
)
? t('reg.username_telegram')
: t('reg.username_reg')
"
>
{{ t('reg.scegli_password') }}
event.preventDefault()"
@keyup.enter="!v$.username.$error ? $refs.inputName.focus() : null"
maxlength="20"
debounce="500"
:error-message="
tools.errorMsg('username', v$.username) ||
(isalreadyReg ? 'L\'Username è gia stato registrato!' : '')
"
:label="
tools.getConfSiteOptionEnabled(
shared_consts.ConfSite.askUSernameTelegramToTheReg
)
? t('reg.username_telegram')
: t('reg.username_reg')
"
>
Utente già registrato con l'username {{ signup.username }}