@@ -26,7 +26,7 @@ |
||
26 | 26 | { |
27 | 27 | $credentials = request(['email', 'password']); |
28 | 28 | |
29 | - if (! $token = auth('jwt')->attempt($credentials)) { |
|
29 | + if (!$token = auth('jwt')->attempt($credentials)) { |
|
30 | 30 | return response()->json(['error' => 'Unauthorized'], 401); |
31 | 31 | } |
32 | 32 |