Added the ability to enable captcha when logging in.

This commit is contained in:
2024-04-25 23:45:07 +05:00
parent e059f09e2f
commit 20ed4860da
10 changed files with 112 additions and 30 deletions

View File

@@ -142,6 +142,7 @@ return [
'url' => 'The :attribute format is invalid.',
'uuid' => 'The :attribute must be a valid UUID.',
'no_type' => 'The :attribute can only use: :type.',
'captcha' => 'Failed to pass human verification.',
'attributes' => [
'address' => 'address',
'age' => 'age',