- Notifications
You must be signed in to change notification settings - Fork 759
Closed
Description
Hello guys,
It seems that you forgot to mention in this tutorial https://spring.io/guides/tutorials/spring-boot-oauth2 that user must change in the manual part of the tutorial the index.html
<div class="container" ng-show="!home.authenticated"> <div>With Facebook: <a href="/login">click here</a><div> </div> to
<div class="container" ng-show="!home.authenticated"> <div>With Facebook: <a href="/login/facebook">click here</a></div> </div> Url is changed as I understood.
Metadata
Metadata
Assignees
Labels
No labels