From b5da1cc01347ed28491b27c00e3db0d81b0a94c7 Mon Sep 17 00:00:00 2001
From: Atiwit Pattanapukdee <65160394@go.buu.ac.th>
Date: Wed, 19 Mar 2025 00:34:51 +0700
Subject: [PATCH] Project Round 7

---
 views/profile.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/profile.ejs b/views/profile.ejs
index 5409427..2ccb35a 100644
--- a/views/profile.ejs
+++ b/views/profile.ejs
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>Profile - <%= users.name %></title>
+  <title>Profile - <%= user.name %></title>
   <link rel="stylesheet" href="/css/profile.css">
 </head>
 <body>
-- 
GitLab