address platform review findings and document APIs

This commit is contained in:
sechmachine
2026-08-15 02:43:01 +07:00
parent 17fa25bb09
commit 8ff6ee3d87
44 changed files with 573 additions and 1 deletions
@@ -9,6 +9,7 @@
<p th:if="${smtpStatus.active}" role="status">SMTP is active.</p>
<p th:if="${smtpStatus.draftId != null}" role="status">Draft saved.</p>
<p th:if="${smtpStatus.tested}" role="status">Test passed.</p>
<p th:if="${smtpActionError}" th:text="${smtpActionError}" role="alert"></p>
<form method="post" th:action="@{/admin/smtp/draft}" th:object="${smtpForm}">
<div th:if="${#fields.hasGlobalErrors()}" role="alert">
<p th:each="error : ${#fields.globalErrors()}" th:text="${error}"></p>