chore(login): remove reCAPTCHA validation from login request and view
This commit is contained in:
parent
a78cc657dc
commit
1fc3738c95
@ -20,7 +20,6 @@ public function rules(): array
|
||||
return [
|
||||
'login' => 'required|string|max:255',
|
||||
'password' => 'required|string|min:8|max:60',
|
||||
// 'g-recaptcha-response' => 'recaptcha',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@ -46,16 +46,6 @@
|
||||
</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div
|
||||
class="col-12 d-flex justify-content-center @error('g-recaptcha-response') is-invalid
|
||||
@enderror">
|
||||
<div> {!! htmlFormSnippet() !!} </div>
|
||||
</div>
|
||||
@error('g-recaptcha-response')
|
||||
<div class="invalid-feedback d-flex justify-content-center">
|
||||
{{ $message }}
|
||||
</div>
|
||||
@enderror
|
||||
<div class="form-group mb-0">
|
||||
<div class="text-end mt-3">
|
||||
<button class="btn btn-lg btn-primary btn-block w-100" type="submit">Masuk</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user