In Auth::attempt() we have to pass user's creadentials.
In this case, you are passing captcha along with credentials, so you are getting error
If you pass only credentials with out captcha in attempt method than you will not getting any error
I hope it will work
0 comments:
Post a Comment
Thanks