Skip to content

Commit 7a460b2

Browse files
committed
refactor : (#35) modify redirect-uri naming to GithubOAuthApiClient
1 parent 11c4afa commit 7a460b2

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/entry/dsm/gitauth/equusgithubauth/global/external/github/presentation/controller

1 file changed

+1
-1
lines changed

src/main/kotlin/entry/dsm/gitauth/equusgithubauth/global/external/github/presentation/controller/GithubOAuthApiClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface GithubOAuthApiClient {
1414
fun codeToToken(
1515
@RequestParam("client_id") clientId: String,
1616
@RequestParam("client_secret") clientSecret: String,
17-
@RequestParam("redirect_uri") redirectUri: String,
17+
@RequestParam("redirect_url") redirectUrl: String,
1818
@RequestParam("code") code: String,
1919
): LoginAccessTokenResponse
2020
}

0 commit comments

Comments
 (0)