import { api } from '@converse/headless/core' import { __ } from 'i18n' import { html } from 'lit' export const tplExternalLoginModal = (el, o) => { // eslint-disable-next-line no-undef const i18nRemotePeertube = __(LOC_login_remote_peertube) // eslint-disable-next-line no-undef const i18nRemotePeertubeUrl = __(LOC_login_remote_peertube_url) const i18nRemotePeertubeOpen = __('OK') const externalAuthOIDCButtonLabel = api.settings.get('livechat_external_auth_oidc_button_label') const externalAuthOIDCUrl = api.settings.get('livechat_external_auth_oidc_url') return html`` }