Skip to content

Commit

Permalink
Update SocialAuth.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fischer1983 committed Dec 13, 2016
1 parent af85bf3 commit a1278db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private String returnToUrl() throws MalformedURLException {
* @throws Exception
*/
public void login() throws Exception {
provider = this.getManager().getProvider(id);
provider = this.manager.getProvider(id);
String returnToUrl = returnToUrl();
String url = manager.getAuthenticationUrl(id, returnToUrl);
log.info("Redirecting to:" + url);
Expand Down

0 comments on commit a1278db

Please sign in to comment.