Skip to content

Commit

Permalink
Merge pull request #25 from dev-hooon/fix/#24
Browse files Browse the repository at this point in the history
fix : indent 오류 수정
  • Loading branch information
kkangh00n authored Dec 27, 2023
2 parents 4346874 + 03fba25 commit 98e958c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ spring:
client-name: kakao
client-id: e3a7bd1f8c24fe6a0c9d56789213abef
client-secret: QWu9hBgFzT1nRc3mXxNvLpK4aD7Jg0Vf
redirect-uri: "http://localhost:8080/login/oauth2/code/{registrationId}"
authorization-grant-type: authorization_code
client-authentication-method: client_secret_post
scope:
- account_email
- profile_nickname
- gender
- birthday
- phone_number
- birthyear
redirect-uri: "http://localhost:8080/login/oauth2/code/{registrationId}"
authorization-grant-type: authorization_code
client-authentication-method: client_secret_post
scope:
- account_email
- profile_nickname
- gender
- birthday
- phone_number
- birthyear
provider:
kakao:
authorization-uri: https://kauth.kakao.com/oauth/authorize
Expand Down

0 comments on commit 98e958c

Please sign in to comment.