templates/zerver/config_error/google.html
{% extends "zerver/config_error/social-container.html" %} {% block error_content %}
You are attempting to use the Google auth backend , but it is not properly configured. To configure, please check the following:
{{ root_domain_url }}/complete/google/.{{ client_id_key_name }} in {{ auth_settings_path }} and social_auth_google_secret in {{ secrets_path }}.{{ super() }} {% endblock %}