laravel-vue-ecommerce
laravel-vue-ecommerce copied to clipboard
Prevent admin from login on user site
Hi! I have tried to log in to admin from the user site and encountered the following error.

So, what's happening, is that there is no check that the user who tries to log in from the user side should not be admin. I have added it.