diff --git a/views/profile.ejs b/views/profile.ejs index 54094273ca5e6f69d94244a0c8ac9163f7b65ef1..2ccb35a02067b51fc557d637047db6f2ae69d776 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>