You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I want to add arcaptcha to my own laravel project, in auth controller i got this error : توکن ورود دیگر اعتبار ندارد
i want to add arcaptcha check in my credentials method in LoginController
``` $credentials = Arr::add($credentials, 'arcaptcha-token', 'arcaptcha');`