aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-07-01 17:11:54 +0200
committerThomas <>2022-07-01 17:11:54 +0200
commite25d3559d2747b60c19dab90a0b6524e7e7eed3a (patch)
tree4c683b3bbbf6a8d25423cf5a94e7b31d37f30ef1 /basicConfig
parent99351e33f4e3e47bb2496c9c656d671079876742 (diff)
downloadNational_eIDAS_Gateway-e25d3559d2747b60c19dab90a0b6524e7e7eed3a.tar.gz
National_eIDAS_Gateway-e25d3559d2747b60c19dab90a0b6524e7e7eed3a.tar.bz2
National_eIDAS_Gateway-e25d3559d2747b60c19dab90a0b6524e7e7eed3a.zip
style(matching): fix code-style issue
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 31ff74a6..d392a553 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="STOP_MATCHING_PROCESS" value="true">
+ <input type="hidden" name="loginSelection" value="STOP_MATCHING_PROCESS">
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}">
</form>
</div>