rm log
This commit is contained in:
@@ -138,7 +138,6 @@ app.use('/guacamole/', passport.ensureAuthenticatedAndVPNDoLogin, createProxyMid
|
||||
on: {
|
||||
proxyReq: (proxyReq, req, res) => {
|
||||
if (req.user && req.user.mail) {
|
||||
console.log("Guac User EMAIL", req.user.mail);
|
||||
proxyReq.setHeader('X-Guaca-Auth', req.user.mail);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user