d
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -11,7 +11,7 @@ class AuthenticateController extends Controller | ... | @@ -11,7 +11,7 @@ class AuthenticateController extends Controller |
| 11 | public function authenticate(Request $request) | 11 | public function authenticate(Request $request) |
| 12 | { | 12 | { |
| 13 | // grab credentials from the request | 13 | // grab credentials from the request |
| 14 | return User::create(['email' => 'jeffmbalicki@gmail.com', 'password' => bcrypt('518862')]); | 14 | //return User::create(['email' => 'jeffmbalicki@gmail.com', 'password' => bcrypt('518862')]); |
| 15 | $credentials = $request->only('email', 'password'); | 15 | $credentials = $request->only('email', 'password'); |
| 16 | 16 | ||
| 17 | try { | 17 | try { | ... | ... |
-
Please register or sign in to post a comment