You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?=$form->field($model, 'githubClass')->textInput(['placeholder' => 'yii\authclient\clients\GitHub'])->hint(\Yii::t('app','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\GitHub'])); ?>
29
+
30
+
<?=$form->fieldSetEnd(); ?>
31
+
32
+
<?=$form->fieldSet('Vk'); ?>
33
+
34
+
<p><?=\Yii::t('app','Create application at page')?>: <?= Html::a('http://vk.com/editapp?act=create', 'http://vk.com/editapp?act=create', [
35
+
'target' => '_blank'
36
+
]); ?><?=\Yii::t('app',', and get its settings.')?></p>
<?=$form->field($model, 'vkClass')->textInput(['placeholder' => 'yii\authclient\clients\VKontakte'])->hint(\Yii::t('app','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\VKontakte'])); ?>
44
+
45
+
<?=$form->fieldSetEnd(); ?>
46
+
47
+
48
+
<?=$form->fieldSet('Facebook'); ?>
49
+
50
+
<p><?=\Yii::t('app','Create application at page')?>: <?= Html::a('https://developers.facebook.com/apps', 'https://developers.facebook.com/apps', [
51
+
'target' => '_blank'
52
+
]); ?><?=\Yii::t('app',', and get its settings.')?></p>
<?=$form->field($model, 'facebookClass')->textInput(['placeholder' => 'yii\authclient\clients\Facebook'])->hint(\Yii::t('app','Optional parameter, if not filled will be used {yii}',['yii' => 'yii\authclient\clients\VKontakte'])); ?>
0 commit comments