mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
Add updateTokens param to GoogleActions/authCheck
This commit is contained in:
@@ -340,7 +340,7 @@ app.get('/account', asyncHandler(async (req, res, next)=>{
|
||||
if(req.account) {
|
||||
if(req.account.googleId) {
|
||||
try {
|
||||
auth = await GoogleActions.authCheck(req.account, res);
|
||||
auth = await GoogleActions.authCheck(req.account, res, false);
|
||||
} catch (e) {
|
||||
auth = undefined;
|
||||
console.log('Google auth check failed!');
|
||||
|
||||
Reference in New Issue
Block a user