mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 09:42:43 +00:00
change account page title to something generic
This commit is contained in:
@@ -376,10 +376,9 @@ app.get('/account', asyncHandler(async (req, res, next)=>{
|
|||||||
req.brew = data;
|
req.brew = data;
|
||||||
|
|
||||||
req.ogMeta = { ...defaultMetaTags,
|
req.ogMeta = { ...defaultMetaTags,
|
||||||
title : `${req.params.username}'s Account`,
|
title : `Account Page`,
|
||||||
description : null,
|
description : null,
|
||||||
image : null,
|
image : null,
|
||||||
// type : could be 'profile'?
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return next();
|
return next();
|
||||||
|
|||||||
Reference in New Issue
Block a user