Skip to content

Commit

Permalink
Merge pull request #102 from OnAndOff-UMC/refactor/#100
Browse files Browse the repository at this point in the history
[fix]: 오타수정
  • Loading branch information
wu-seong authored Jul 21, 2024
2 parents ccdfe0c + 47f323c commit b18f46a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
public class AppleLoginService implements LoginService{
private final AppleAuthClient appleAuthClient;
private final SocialTokenValidator validator;
@Value("${apple.key.id}")
@Value("${apple.key.id}")
private String kid;
@Value(" ${apple.key.path}")
@Value("${apple.key.path}")
private String keyPath;
@Value("${apple.client-id}")
private String clientId;
Expand Down

0 comments on commit b18f46a

Please sign in to comment.