{#if ($config?.features.auth_trusted_header ?? false) || $config?.features.auth === false}
{#if Object.keys($config?.oauth?.providers ?? {}).length > 0}
{#if $config?.features.enable_login_form}
{$i18n.t('or')}
{/if}
{#if $config?.oauth?.providers?.google}
{/if}
{#if $config?.oauth?.providers?.microsoft}
{/if}
{#if $config?.oauth?.providers?.oidc}
{/if}
{/if}