-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
I havent run the code but i think this will break:
resource-sharing/src/routes.js
Lines 66 to 68 in 2e15fad
| if (err) console.log(err); | |
| req.cookieAuth.set({username: userinfo.username, userid: userinfo.id}); | |
| reply.redirect('/'); |
- The console log will print
- The app will break with "Cannot read username of undefined"
You probably want to reply with either an error view
Reactions are currently unavailable