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');`
i want to know where is my mistake.
The text was updated successfully, but these errors were encountered:
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');`
i want to know where is my mistake.
The text was updated successfully, but these errors were encountered: