diff --git a/templates/pages/register/index.html b/templates/pages/register/index.html index 7604f9301..b89bc0fb0 100644 --- a/templates/pages/register/index.html +++ b/templates/pages/register/index.html @@ -11,7 +11,7 @@ Please see LICENSE in the repository root for full details. {% from "components/idp_brand.html" import logo %} {% block content %} -
+
{{ icon.user_profile_solid() }} @@ -36,6 +36,10 @@ Please see LICENSE in the repository root for full details. {% endif %}
+ {% for key, value in next["params"]|default({})|items %} + + {% endfor %} + {% if features.password_registration %} {{ button.button(text=_("mas.register.continue_with_email")) }} {% endif %}