@@ -68,10 +68,10 @@ |
||
| 68 | 68 | $credentials = $request->only('email', 'password'); |
| 69 | 69 | |
| 70 | 70 | if (Auth::attempt([ |
| 71 | - 'email' => $credentials['email'], |
|
| 72 | - 'password' => $credentials['password'], |
|
| 73 | - 'status' => App\User::USER_ENABLED |
|
| 74 | - ])) { |
|
| 71 | + 'email' => $credentials['email'], |
|
| 72 | + 'password' => $credentials['password'], |
|
| 73 | + 'status' => App\User::USER_ENABLED |
|
| 74 | + ])) { |
|
| 75 | 75 | // Authentication passed... |
| 76 | 76 | return redirect()->intended('home'); |
| 77 | 77 | } |