File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111{% from "components/idp_brand.html" import logo %}
1212
1313{% block content %}
14- < form method ="GET " class ="flex flex-col gap-10 " action ="{{ " /register/password" | prefix_url }}">
14+ < form method ="GET " class ="flex flex-col gap-10 " action ="{{ ' /register/password' | prefix_url }} ">
1515 < header class ="page-heading ">
1616 < div class ="icon ">
1717 {{ icon.user_profile_solid() }}
@@ -36,6 +36,10 @@ <h1 class="title">{{ _("mas.register.create_account.heading") }}</h1>
3636 {% endif %}
3737
3838 < div class ="cpd-form-root ">
39+ {% for key, value in next["params"]|default({})|items %}
40+ < input type ="hidden " name ="{{ key }} " value ="{{ value }} " />
41+ {% endfor %}
42+
3943 {% if features.password_registration %}
4044 {{ button.button(text=_("mas.register.continue_with_email")) }}
4145 {% endif %}
You can’t perform that action at this time.
0 commit comments