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 [
|
return [
|
||||||
'login' => 'required|string|max:255',
|
'login' => 'required|string|max:255',
|
||||||
'password' => 'required|string|min:8|max:60',
|
'password' => 'required|string|min:8|max:60',
|
||||||
// 'g-recaptcha-response' => 'recaptcha',
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -46,16 +46,6 @@
|
|||||||
</div>
|
</div>
|
||||||
@enderror
|
@enderror
|
||||||
</div>
|
</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="form-group mb-0">
|
||||||
<div class="text-end mt-3">
|
<div class="text-end mt-3">
|
||||||
<button class="btn btn-lg btn-primary btn-block w-100" type="submit">Masuk</button>
|
<button class="btn btn-lg btn-primary btn-block w-100" type="submit">Masuk</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user