member access login form block translated

This commit is contained in:
2021-06-08 11:08:11 +02:00
parent 585f4e8a9f
commit 4c0e683e07
2 changed files with 15 additions and 2 deletions

View File

@@ -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"
);