Skip to content

Commit 90468c4

Browse files
committed
Fix checkstyle violation in OAuth sample
1 parent b442d3b commit 90468c4

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spring:
1616
client-name: Github email
1717
provider: github
1818
scope: user:email
19-
redirect-uri-template: http://localhost:8080/login/oauth2/code/github
19+
redirect-uri-template: http://localhost:8080/login/oauth2/code/github

0 commit comments

Comments
 (0)