Skip to content

Commit

Permalink
Update DefaultSuccessHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dlawjddn authored Mar 23, 2024
1 parent 4a0bd51 commit ea0a54f
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
@RequiredArgsConstructor
public class DefaultSuccessHandler implements AuthenticationSuccessHandler {
@Value("${domain.server}")
@Value("${server.domain}")
private String domain;
private final JwtUtil jwtUtil;
private final UserRepository userRepository;
Expand Down

0 comments on commit ea0a54f

Please sign in to comment.