diff options
author | Thomas <> | 2022-07-01 16:41:00 +0200 |
---|---|---|
committer | Thomas <> | 2022-07-01 16:41:00 +0200 |
commit | e3afbc7442ad3893e7615d50747c03f600eb1a1b (patch) | |
tree | 88a823f7d342317f94f9a89ae3865ef3ace53d40 /basicConfig/templates | |
parent | f2a32b225c243e2cf8b5b368cc6ac4611ce3a476 (diff) | |
download | National_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/templates')
-rw-r--r-- | basicConfig/templates/other_login_method.html | 2 |
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> |