Skip to content

Commit

Permalink
Merge pull request #146 from Team-Motivoo/fix/#145-apple_login_bug
Browse files Browse the repository at this point in the history
[FIX] 애플 로그인 버그 해결
  • Loading branch information
jun02160 committed Mar 23, 2024
2 parents aba4505 + f222c7c commit 2637049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@Service
public class AppleLoginService {

private AppleClient appleClient;
private final AppleClient appleClient;
private final AppleJwtParser appleJwtParser;
private final PublicKeyGenerator publicKeyGenerator;
private final AppleClaimsValidator appleClaimsValidator;
Expand Down

0 comments on commit 2637049

Please sign in to comment.