forgot to remove a debug statement
This commit is contained in:
parent
a3017057fe
commit
6131196a00
@ -94,7 +94,6 @@ class Authenticator {
|
||||
|
||||
// Meant for non-api paths
|
||||
_authenticateRedirect (req, res, next) {
|
||||
this.logger.debug('Redirected auth');
|
||||
if (!req.isAuthenticated()) return res.redirect('/login');
|
||||
next();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user