aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-07-01 16:41:00 +0200
committerThomas <>2022-07-01 16:41:00 +0200
commite3afbc7442ad3893e7615d50747c03f600eb1a1b (patch)
tree88a823f7d342317f94f9a89ae3865ef3ace53d40 /basicConfig
parentf2a32b225c243e2cf8b5b368cc6ac4611ce3a476 (diff)
downloadNational_eIDAS_Gateway-e3afbc7442ad3893e7615d50747c03f600eb1a1b.tar.gz
National_eIDAS_Gateway-e3afbc7442ad3893e7615d50747c03f600eb1a1b.tar.bz2
National_eIDAS_Gateway-e3afbc7442ad3893e7615d50747c03f600eb1a1b.zip
feat(core): update statistic-logger to include matching results
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/templates/other_login_method.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html
index c5bc9668..31ff74a6 100644
--- a/basicConfig/templates/other_login_method.html
+++ b/basicConfig/templates/other_login_method.html
@@ -150,7 +150,7 @@
<!-- Abbrechen Button -->
<form class="block,singleButton" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
<button type="submit" value="Abbrechen/Cancel" th:text="#{gui.otherlogin.cancel}"></button>
- <input type="hidden" name="stopAuthProcess" value="true">
+ <input type="hidden" name="STOP_MATCHING_PROCESS" value="true">
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}">
</form>
</div>