Skip to content

Commit

Permalink
jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
FMunoz99 committed Nov 24, 2024
1 parent 3797cd5 commit 048da25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/example/proydbp/config/JwtService.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class JwtService {

@Value("sdfi0olkftdnrbftyui0ifdbzdfvxggui9poymftdnrgbgyuhoiuyfntbdz")
@Value("${JWT_SIGNING_KEY}")
private String secret;

final private UserService userService;
Expand Down

0 comments on commit 048da25

Please sign in to comment.