Skip to content

Commit 3cd3877

Browse files
committed
Fix constant name
1 parent 3a39f0f commit 3cd3877

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upgrades/2023_11_30_185738_add_password_policies_settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function up(): void
165165
'config' => false,
166166
'name' => 'Require Two Step Authentication',
167167
'helper' => 'Enhance security with an additional authentication step for user verification.',
168-
'group' => Setting::LOGIN_OPTION_GROUP,
168+
'group' => Setting::LOGIN_OPTIONS_GROUP,
169169
'hidden' => false,
170170
'ui' => [
171171
'order' => 10009,
@@ -181,7 +181,7 @@ public function up(): void
181181
'config' => [],
182182
'name' => 'Two Step Authentication Method',
183183
'helper' => 'A security code will be sent to all selected methods.',
184-
'group' => Setting::LOGIN_OPTION_GROUP,
184+
'group' => Setting::LOGIN_OPTIONS_GROUP,
185185
'hidden' => false,
186186
'ui' => [
187187
'order' => 10010,

0 commit comments

Comments
 (0)