Add button Login as facebook account to your login view:
Edit site/login.php in views folder, add theses line to content of page login:
<?= yii\authclient\widgets\AuthChoice::widget([
'baseAuthUrl' => ['site/auth'],
'popupMode' => false,
]) ?>
Above, we set that aut...