Skip to content

Commit 9cff244

Browse files
committed
Correct configuration option
1 parent eaeef04 commit 9cff244

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/User/Login/LoginFormFields.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public function handle(LoginFormBuilder $builder, SettingRepositoryInterface $se
6666
'label' => false,
6767
'type' => 'anomaly.field_type.boolean',
6868
'config' => [
69-
'mode' => 'checkbox',
70-
'checkbox_label' => 'anomaly.module.users::field.remember_me.name'
69+
'mode' => 'checkbox',
70+
'label' => 'anomaly.module.users::field.remember_me.name'
7171
]
7272
]
7373
]

0 commit comments

Comments
 (0)