add email input to email login
This commit is contained in:
parent
9419626485
commit
fb39da53a6
@ -9,7 +9,7 @@ echo \kernel\helpers\Html::h(2, "Форма авторизации/регист
|
|||||||
$form = new ActiveForm();
|
$form = new ActiveForm();
|
||||||
$form->beginForm("/admin/module_shop_client/auth/");
|
$form->beginForm("/admin/module_shop_client/auth/");
|
||||||
|
|
||||||
$form->field(\itguild\forms\inputs\TextInput::class, 'email', [
|
$form->field(\itguild\forms\inputs\EmailInput::class, 'email', [
|
||||||
'class' => "form-control",
|
'class' => "form-control",
|
||||||
'placeholder' => 'Email',
|
'placeholder' => 'Email',
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user