File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
{% from "components/idp_brand.html" import logo %}
12
12
13
13
{% 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 }} ">
15
15
< header class ="page-heading ">
16
16
< div class ="icon ">
17
17
{{ icon.user_profile_solid() }}
@@ -36,6 +36,10 @@ <h1 class="title">{{ _("mas.register.create_account.heading") }}</h1>
36
36
{% endif %}
37
37
38
38
< 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
+
39
43
{% if features.password_registration %}
40
44
{{ button.button(text=_("mas.register.continue_with_email")) }}
41
45
{% endif %}
You can’t perform that action at this time.
0 commit comments