From f8338ca8bf4d372ae5f46dcac0b4ba9bbdc949b5 Mon Sep 17 00:00:00 2001
From: rogerxu <XuZ66@cardiff.ac.uk>
Date: Mon, 7 Apr 2025 11:30:04 +0100
Subject: [PATCH] update test

---
 src/main/resources/static/html/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/static/html/login.html b/src/main/resources/static/html/login.html
index fe97d23..c6cf9c1 100644
--- a/src/main/resources/static/html/login.html
+++ b/src/main/resources/static/html/login.html
@@ -13,7 +13,7 @@
 <body>
 
 <form id="loginForm">
-  <h1>User Login</h1>
+  <h1>Zhicheng Xu</h1>
 
   <label for="email">E-mail:</label>
   <input type="email" id="email" name="email" required><br>
-- 
GitLab