mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
feat(attendance): make captcha requirement configurable
- add Filament toggle to control whether attendance check-in requires captcha - persist the toggle under captcha.attendance.enabled with sensible defaults Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
@@ -24,4 +24,8 @@ return [
|
||||
'size' => nexus_env('RECAPTCHA_SIZE', 'normal'),
|
||||
],
|
||||
],
|
||||
|
||||
'attendance' => [
|
||||
'enabled' => nexus_env('CAPTCHA_ATTENDANCE_ENABLED', true),
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user