Browse Source

Merge branch 'master' of github.com:yiisoft/yii2

tags/2.0.0-beta
Paul Klimov 11 years ago
parent
commit
8c5372b068
  1. 4
      extensions/yii/authclient/AuthAction.php

4
extensions/yii/authclient/AuthAction.php

@ -36,7 +36,7 @@ use Yii;
* *
* public function successCallback($client) * public function successCallback($client)
* { * {
* $atributes = $client->getUserAttributes(); * $attributes = $client->getUserAttributes();
* // user login or signup comes here * // user login or signup comes here
* } * }
* } * }
@ -74,7 +74,7 @@ class AuthAction extends Action
* ~~~ * ~~~
* public function onAuthSuccess($client) * public function onAuthSuccess($client)
* { * {
* $atributes = $client->getUserAttributes(); * $attributes = $client->getUserAttributes();
* // user login or signup comes here * // user login or signup comes here
* } * }
* ~~~ * ~~~

Loading…
Cancel
Save