1
13693261870
2022-09-20 d623bfaa1f55ed4e3835d16e5eb68ae08095630c
1
2
3
4
<div id="msg" class="errors alert alert-info" th:if="${not #httpServletRequest.secure}">
    <h2 th:utext="#{screen.nonsecure.title}"></h2>
    <p th:utext="#{screen.nonsecure.message}"></p>
</div>