mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Fix log message
This commit is contained in:
@@ -71,7 +71,7 @@ public class Oauth2Filter implements Filter {
|
||||
);
|
||||
return;
|
||||
}
|
||||
Log.info("[{}] Auth not needed");
|
||||
Log.info("[{}] Auth not needed", project);
|
||||
filterChain.doFilter(servletRequest, servletResponse);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user