0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 09:12:45 +00:00

Merge branch 'master' into add-share-link-to-error-pages

This commit is contained in:
Trevor Buckner
2024-04-09 15:24:23 -04:00
committed by GitHub
5 changed files with 180 additions and 201 deletions

View File

@@ -372,7 +372,7 @@ app.get('/account', asyncHandler(async (req, res, next)=>{
console.log(err);
});
data.uiItems = {
data.accountDetails = {
username : req.account.username,
issued : req.account.issued,
googleId : Boolean(req.account.googleId),