diff options
author | Thomas <> | 2022-03-10 13:53:58 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-10 13:53:58 +0100 |
commit | 5985f2f3bf67d76de41ecd2ef91f74e551e7bced (patch) | |
tree | c726111b414ff06628e86f018a4376c73968266c /basicConfig/templates/other_login_method.html | |
parent | ad7891d0c51adac7498f85558652c6fdf613ccce (diff) | |
download | National_eIDAS_Gateway-5985f2f3bf67d76de41ecd2ef91f74e551e7bced.tar.gz National_eIDAS_Gateway-5985f2f3bf67d76de41ecd2ef91f74e551e7bced.tar.bz2 National_eIDAS_Gateway-5985f2f3bf67d76de41ecd2ef91f74e551e7bced.zip |
chore(matching): some small UX improvements
Diffstat (limited to 'basicConfig/templates/other_login_method.html')
-rw-r--r-- | basicConfig/templates/other_login_method.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html index 4fc061c0..5320f1d5 100644 --- a/basicConfig/templates/other_login_method.html +++ b/basicConfig/templates/other_login_method.html @@ -86,10 +86,12 @@ <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}"/> </form> - <div id="insertErnp" - th:if="${advancedMatchingFailed != null} and ${advancedMatchingFailed}"> + <div id="insertErnp" class="block" + th:if="${advancedMatchingFailed != null} and ${advancedMatchingFailed}"> + + <br> - <p th:text="#{gui.otherlogin.inserternp.infotext}"></p> + <p th:text="#{gui.otherlogin.inserternp.infotext}"></p> <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}"> <button type="submit" role="button" value="Keine weitere HS / eIDAS" |