Skip to content

Commit

Permalink
Merge pull request #14 from temistokles/patch-1
Browse files Browse the repository at this point in the history
Latest Nette compatibility
  • Loading branch information
michalsvec committed Aug 23, 2015
2 parents d7b18eb + 497ff54 commit 10b2b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/NetteOPAuthExamplePresenter.php
Expand Up @@ -38,7 +38,7 @@ public function actionCallback($strategy)
// Here is a good place for transformation of 3rd part identities to your app identity.
// Like pairing with your app accounts.

$this->context->user->login($identity);
$this->user->login($identity);
$this->redirect("Homepage:default");
}

Expand Down

0 comments on commit 10b2b35

Please sign in to comment.