-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin login errors not showing #14
Comments
Please post your |
Hi there, thank you for your offer. Here is my AdminLoginController:
|
It seems fine. What can be causing the bug:
You should paste the admin login view here. Furthermore, try to go into this step by step created by me: https://medium.com/@renandiett/laravel-5-4-trabalhando-com-autentica%C3%A7%C3%B5es-independentes-sem-packages-adicionais-6e50c11a0b79 If you do not understand Portuguese, I suggest you to use a translator like Google. |
I had the same issue and it's because of this line: To resolve this I followed the same paradigm of the
|
I did all the tutorials and it works fine. But I have the problem, that admin login form does not show errors when for example entering a wrong e-mail addresse. The user login form shows the errors, but the admin login not.
The text was updated successfully, but these errors were encountered: