Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron committed Jan 7, 2024
1 parent 34641cf commit 3f3c5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class LoginFilter extends OncePerRequestFilter {
}} ;

private Set<String> noAddrCheckApis = new HashSet(){{
add("bind/code/github");
add("oauth2/bind/code/github");
}};
@Override
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
Expand Down

0 comments on commit 3f3c5d7

Please sign in to comment.