Skip to content

Commit 274b864

Browse files
csfulopdsyer
authored andcommitted
fix indentation of application.yml in "Single Sign On With GitHub" chapter
1 parent 99d68c1 commit 274b864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

simple/README.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ Then, to make the link to GitHub, add the following to your `application.yml`:
125125
spring:
126126
security:
127127
oauth2:
128-
client:
129-
registration:
130-
github:
131-
clientId: github-client-id
132-
clientSecret: github-client-secret
128+
client:
129+
registration:
130+
github:
131+
clientId: github-client-id
132+
clientSecret: github-client-secret
133133
# ...
134134
----
135135

0 commit comments

Comments
 (0)