import { html } from "lit"; export default (o) => html`
${ o.type !== 'hidden' ? html`` : '' } ${ (o.type === 'password' && o.fixed_username) ? html` ` : '' }
`;