From 14a057cf555103b675bfa528f23602e83e08a326 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Thu, 17 Nov 2022 11:37:29 -0600 Subject: [PATCH] change account page title to something generic --- server/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/app.js b/server/app.js index d5fa1dc88..735e6dc4c 100644 --- a/server/app.js +++ b/server/app.js @@ -376,10 +376,9 @@ app.get('/account', asyncHandler(async (req, res, next)=>{ req.brew = data; req.ogMeta = { ...defaultMetaTags, - title : `${req.params.username}'s Account`, + title : `Account Page`, description : null, image : null, - // type : could be 'profile'? }; return next();