diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-02-22 10:17:20 +0100 |
---|---|---|
committer | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-02-22 10:17:20 +0100 |
commit | ebd7e620fca36b0b545ebcaaaff8d092e1c42e22 (patch) | |
tree | a8ed513055155da37158f9fd14fa5387a2c5db11 /connector/src/test/resources/config/templates/chooseOtherLoginMethod.html | |
parent | 6017e30de786ab9defab7eaef53ec8da5f606ee9 (diff) | |
download | National_eIDAS_Gateway-ebd7e620fca36b0b545ebcaaaff8d092e1c42e22.tar.gz National_eIDAS_Gateway-ebd7e620fca36b0b545ebcaaaff8d092e1c42e22.tar.bz2 National_eIDAS_Gateway-ebd7e620fca36b0b545ebcaaaff8d092e1c42e22.zip |
Fix type in property "gui.countryselection.cancel"
Diffstat (limited to 'connector/src/test/resources/config/templates/chooseOtherLoginMethod.html')
-rw-r--r-- | connector/src/test/resources/config/templates/chooseOtherLoginMethod.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector/src/test/resources/config/templates/chooseOtherLoginMethod.html b/connector/src/test/resources/config/templates/chooseOtherLoginMethod.html index 134f7fba..3a3f9a4a 100644 --- a/connector/src/test/resources/config/templates/chooseOtherLoginMethod.html +++ b/connector/src/test/resources/config/templates/chooseOtherLoginMethod.html @@ -236,7 +236,7 @@ <!-- Abbrechen Button --> <form class="block" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}"> <input type="submit" class="btn btn-outline-primary btn-block" value="Abbrechen/Cancel" - th:attr="value=#{gui.countryselection.cancle}"> + th:attr="value=#{gui.countryselection.cancel}"> <input type="hidden" name="stopAuthProcess" value="true"> <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}"> </form> |