0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

change account page title to something generic

This commit is contained in:
Gazook89
2022-11-17 11:37:29 -06:00
parent 5cfdd504c1
commit 14a057cf55

View File

@@ -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();