mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
(add login form)
This commit is contained in:
@@ -8,6 +8,11 @@ use Illuminate\Foundation\Auth\AuthenticatesUsers;
|
||||
|
||||
class LoginController extends Controller
|
||||
{
|
||||
public function showLoginForm()
|
||||
{
|
||||
return view('auth.login');
|
||||
}
|
||||
|
||||
public function login()
|
||||
{
|
||||
if (! Auth::attempt(request(['email', 'password']))) {
|
||||
|
||||
Reference in New Issue
Block a user