From f8d76778329af02f13d289fae17c7d1378882b86 Mon Sep 17 00:00:00 2001 From: maxiaofang <2052523195@qq.com> Date: Fri, 14 Nov 2025 10:47:26 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=87=B3=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profile.html diff --git a/profile.html b/profile.html new file mode 100644 index 0000000..c69a39b --- /dev/null +++ b/profile.html @@ -0,0 +1,26 @@ + + + + + + User Profile + + + +
+

Welcome, test_user

+

Email: test@example.com

+

Joined: 2024-01-01

+ + +
+ + \ No newline at end of file -- 2.30.2 From 303a9f27ac6b22f134c9fd6738601c4dcb0b2171 Mon Sep 17 00:00:00 2001 From: maxiaofang <2052523195@qq.com> Date: Fri, 14 Nov 2025 19:14:49 +0800 Subject: [PATCH 2/2] Fix: Remove hardcoded password per code review --- profile.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profile.html b/profile.html index c69a39b..a978d0b 100644 --- a/profile.html +++ b/profile.html @@ -16,11 +16,7 @@

Email: test@example.com

Joined: 2024-01-01

- + \ No newline at end of file -- 2.30.2