Skip to content

Commit 4c57559

Browse files
committed
refactor : (#35) modify variable naming to GithubRegistrationProperties
1 parent fd0d368 commit 4c57559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/entry/dsm/gitauth/equusgithubauth/domain/auth/GithubRegistrationProperties.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class GithubRegistrationProperties(
99
val redirectUrl: String,
1010
val scope: String,
1111
val clientName: String,
12-
val authorizationRequestBaseUri: String
12+
val authorizationRequestBaseUrl: String
1313
)

0 commit comments

Comments
 (0)