mirror of https://github.com/zulip/zulip.git
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 %}
|