From fc34d9853386b6dbf270a10862a47a052f1fb151 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 28 Jul 2024 20:00:49 -0400 Subject: code cleanup --- backend/src/main/resources/templates/auth/login.html | 4 +++- backend/src/main/resources/templates/auth/register.html | 13 +++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'backend/src/main/resources/templates/auth') diff --git a/backend/src/main/resources/templates/auth/login.html b/backend/src/main/resources/templates/auth/login.html index 47bc63e..1eaa5f9 100644 --- a/backend/src/main/resources/templates/auth/login.html +++ b/backend/src/main/resources/templates/auth/login.html @@ -39,7 +39,9 @@
- + diff --git a/backend/src/main/resources/templates/auth/register.html b/backend/src/main/resources/templates/auth/register.html index dc57ca4..89153e2 100644 --- a/backend/src/main/resources/templates/auth/register.html +++ b/backend/src/main/resources/templates/auth/register.html @@ -21,7 +21,8 @@ name="username" th:field="*{username}" placeholder="Ted"> -

Please fill out this field.

+

+ Please fill out this field.

@@ -49,12 +51,15 @@ name="password" th:field="*{password}" placeholder="Doe"> -

Please fill out this field.

+

+ Please fill out this field.

- + -- cgit v1.2.3