Skip to content

Commit

Permalink
Merge pull request #263 from TokenScript/nicktaras-patch-1
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
nicktaras authored Sep 19, 2023
2 parents f958adf + 397d3e2 commit de2d054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socios-oauth2/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ app.post("/user-logout", cors(corsOptions), async (request, response) => {
process.env.SOCIOS_AUTH_KEY,
request.cookies["tn-oauth2-access-token-socios"]
);
console.log('user was logged out', output.toString());
response.json(output);
});

Expand Down

0 comments on commit de2d054

Please sign in to comment.