There was an error while loading. Please reload this page.
2 parents 7efd2fb + f894e68 commit 53d2e7fCopy full SHA for 53d2e7f
src/main/java/com/app/config/VerifyTokenFilter.java
@@ -43,7 +43,6 @@ public void doFilter(ServletRequest req, ServletResponse res, FilterChain filter
43
}
44
finally {
45
SecurityContextHolder.getContext().setAuthentication(null);
46
- return; // always return void
47
48
49
0 commit comments