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