aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/register.html')
-rw-r--r--src/main/resources/templates/register.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/resources/templates/register.html b/src/main/resources/templates/register.html
index 41175d5..230bbeb 100644
--- a/src/main/resources/templates/register.html
+++ b/src/main/resources/templates/register.html
@@ -14,15 +14,6 @@
<h2 class="text-center mb-4">Register</h2>
<hr />
- <div th:if="${success}"
- class="alert alert-success alert-dismissible fade show" role="alert">
-
- <strong>Account Created Successfully!</strong>
- <a class="ms-2" href="/login">Login</a>
- <button type="button" class="btn-close" data-bs-dismiss="alert"
- aria-label="Close"></button>
- </div>
-
<form method="post" th:object="${registerDto}">
<input type="hidden" th:name="${_csrf.parameterName}"
th:value="${_csrf.token}" />