Skip to content

Commit 53d2e7f

Browse files
authored
Merge pull request mrin9#26 from sgrillon14/patch-6
Update VerifyTokenFilter.java
2 parents 7efd2fb + f894e68 commit 53d2e7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/app/config/VerifyTokenFilter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public void doFilter(ServletRequest req, ServletResponse res, FilterChain filter
4343
}
4444
finally {
4545
SecurityContextHolder.getContext().setAuthentication(null);
46-
return; // always return void
4746
}
4847
}
4948

0 commit comments

Comments
 (0)