Skip to content

Commit 0f19b1d

Browse files
author
Dave Syer
committed
Add pointer to change link in index.html
Fixes spring-guidesgh-27
1 parent bc97cbd commit 0f19b1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

manual/README.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,21 @@ facebook:
123123
userInfoUri: https://graph.facebook.com/me
124124
----
125125

126+
Finally, we changed the path to the login to be facebook-specific in the
127+
`Filter` declaration above, so we need to make the same change in the
128+
HTML:
129+
130+
.index.html
131+
[source,html]
132+
----
133+
<h1>Login</h1>
134+
<div class="container" ng-show="!home.authenticated">
135+
<div>
136+
With Facebook: <a href="/login/facebook">click here</a>
137+
</div>
138+
</div>
139+
----
140+
126141
== Handling the Redirects
127142

128143
The last change we need to make is to explicitly support the redirects

0 commit comments

Comments
 (0)