Skip to content

Commit

Permalink
fix qualifier for jwt clock (#3180)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Hernán Carle <[email protected]>
Co-authored-by: Pablo Hernán Carle <[email protected]>
  • Loading branch information
pablocarle and Pablo Hernán Carle authored Oct 31, 2023
1 parent a6ea2cf commit 6bc1afa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
public class OIDCConfig {

@Bean
@Qualifier("oidcJwtClock")
public Clock clock() {
public Clock oidcJwtClock() {
return new DefaultClock();
}

Expand Down

0 comments on commit 6bc1afa

Please sign in to comment.