Skip to content

Commit b6f87a5

Browse files
committed
minor changes
1 parent 8742f27 commit b6f87a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/login.middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const User = require('../models/user.model');
33

44
/* ------------ Authentication Middleware ----------- */
55

6-
// IsloggedInMiddleware ... receives group as parameter and validates the user from jwt token stored in cookies
6+
// IsloggedInMiddleware ... validates the user from jwt token stored in cookies
77
const IsLoggedInMiddleware = () => {
88
return async (req, res, next) => {
99
// Access token from cookies

0 commit comments

Comments
 (0)