diff options
Diffstat (limited to 'eidas_modules')
| -rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/main/resources/templates/eidas_node_forward.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/templates/eidas_node_forward.html b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/templates/eidas_node_forward.html index 186937d7..640c1f75 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/templates/eidas_node_forward.html +++ b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/templates/eidas_node_forward.html @@ -4,7 +4,7 @@        layout:decorator="fragments/base"        th:with="lang=${#locale.language}" th:lang="${lang}">  <head> -  <script src="$contextPath/autocommit.js" +  <script src="/autocommit.js"            th:attr="src=@{/autocommit.js}"></script>  </head>  <body> | 
