We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c8640 commit 1b74e31Copy full SHA for 1b74e31
src/server/auth.js
@@ -92,7 +92,7 @@ module.exports = app => {
92
res.redirect("/");
93
}
94
});
95
- app.get("/auth/logout", req => {
+ app.get("/auth/logout", (req, res) => {
96
req.logout(
97
(err) => {
98
if (err) {
0 commit comments