mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
9 lines
229 B
HTML
9 lines
229 B
HTML
{% extends "zerver/config_error/container.html" %}
|
|
|
|
{% block error_content %}
|
|
{# TODO: Improve the config error page for OIDC #}
|
|
<p>
|
|
The OpenID Connect backend is not configured correctly.
|
|
</p>
|
|
{% endblock %}
|