Skip to content

Commit

Permalink
login
Browse files Browse the repository at this point in the history
  • Loading branch information
mluukkai committed Aug 21, 2024
1 parent 1cf831e commit f22c517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/controllers/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const userIsInstructorForCurrentGroup = async (student_number) => {
}

loginRouter.post('/', async (req, res) => {
console.log('Login HEADERS', req.headers)
if (!req.headers.hypersonstudentid)
return res
.status(401)
Expand Down

0 comments on commit f22c517

Please sign in to comment.