member access login form block translated
This commit is contained in:
@@ -18,11 +18,13 @@ function materio_user_form_user_login_form_alter(&$form, FormStateInterface $for
|
||||
|
||||
$form['name']['#attributes'] += array(
|
||||
"v-model" => "mail",
|
||||
"title" => "",
|
||||
// "@keyup.enter" => "login"
|
||||
);
|
||||
|
||||
$form['pass']['#attributes'] = array(
|
||||
"v-model" => "password",
|
||||
"title" => "",
|
||||
// "@keyup.enter" => "login"
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user