{ password = e.currentTarget.value; onInput?.(password); }} /> {#if password.length > 0}
(showPassword = !showPassword)} title={showPassword ? $t('hide_password') : $t('show_password')} >
{/if}