forgot to remove a debug statement

This commit is contained in:
Erik 2022-11-09 21:28:20 +02:00
parent a3017057fe
commit 6131196a00
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -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();
}