mirror of
https://github.com/sismics/docs.git
synced 2025-12-12 17:26:13 +00:00
set the admin email by env var
This commit is contained in:
@@ -113,7 +113,7 @@ public abstract class SecurityFilter implements Filter {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void init(FilterConfig filterConfig) throws ServletException {
|
||||
public void init(FilterConfig filterConfig) {
|
||||
// NOP
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user