Fixed login page and workflow

This commit is contained in:
2025-02-20 15:46:37 +01:00
parent 90ccb8a00c
commit 4f3814bd7e
8 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<body>
<div th:replace="~{header}"/>
<main>
Logged in as <div th:text="${username}"></div>
Youhou ! (Y a rien ici)
</main>
</body>
</html>