Skip to content

Commit c1f84cb

Browse files
committed
fix: String -> compact로 수정
1 parent 0a3a96a commit c1f84cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/apptive/team5/oauth2/component/AppleKeyGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public String getClientSecret() {
8080
.audience().add("https://appleid.apple.com").and()
8181
.subject(clientId)
8282
.signWith(getPrivateKey(), Jwts.SIG.ES256)
83-
.toString();
83+
.compact();
8484
}
8585

8686
private PrivateKey getPrivateKey() {

0 commit comments

Comments
 (0)