chore(login): mengaktifkan validasi untuk recaptcha
This commit is contained in:
parent
14635a5626
commit
4133511eaf
@ -20,7 +20,7 @@ public function rules(): array
|
||||
return [
|
||||
'login' => 'required|string|max:255',
|
||||
'password' => 'required|string|min:8|max:60',
|
||||
// 'g-recaptcha-response' => 'recaptcha',
|
||||
'g-recaptcha-response' => 'recaptcha',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user