|
upd('password', v)} placeholder={t('password')} ariaLabel={t('showPassword')} />
|
|
upd('confPassword', v)} placeholder={t('confPassword')} ariaLabel={t('showPassword')} blockPaste />
|
|
upd('email', e.target.value)} />
|
|
upd('confEmail', e.target.value)}
onPaste={noPaste}
onCopy={noPaste}
onCut={noPaste}
/>
|
|
| {t('recruiterOptional')} |
|
upd('recruiter', e.target.value)} />
|
|
|
|
|
|
|
|
|