{# Render the login button, and google signin button, if set * Set button_container_class_list with an array of classes to override the default classes @package OpenEMR @subpackage Login @author Robert Down @copyright Copyright (c) 2023 Providence Healthtech @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% block buttons %}
{% if displayGoogleSignin %} {% endif %}
{% endblock %}