Skip to content

Commit

Permalink
fix: typo in value binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Sep 5, 2024
1 parent 338ea61 commit bcdaec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@Component
public class BearerTokenAuthFilter extends OncePerRequestFilter {
@Value("${security.token:#{null}")
@Value("${security.token:#{null}}")
private String secretToken;

@Value("${security.anonymous.read-allowed:false}")
Expand Down

0 comments on commit bcdaec4

Please sign in to comment.