Profiles

${this.profilesList_.map(item => html`
${item.profileState.profileName}
(${item.properties.join(', ')})
Primary username ${item.profileState.attributes.userName}
Primary Gaia ID ${item.profileState.attributes.gaiaId}
Has auth error ${item.profileState.attributes.hasAuthenticationError}
Attached Gaia IDs ${item.profileState.attributes.attachedGaiaIds.map( gaiaId => html`
${gaiaId}
`)}
Last active time ${item.profileState.attributes.lastActiveTime}
`)}