Commit 68f203da by Qiang Xue

Merge pull request #5076 from rmrevin/master

Fix alias in authclient widget asset bundle
parents 924e4f97 538bd65a
......@@ -17,7 +17,7 @@ use yii\web\AssetBundle;
*/
class AuthChoiceAsset extends AssetBundle
{
public $sourcePath = '@vendor/yii2-authclient/assets';
public $sourcePath = '@yii/authclient/assets';
public $js = [
'authchoice.js',
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment