Apply fixes from StyleCI
This commit is contained in:
parent
03cb6a2645
commit
edbad3b378
1 changed files with 2 additions and 2 deletions
|
@ -68,12 +68,12 @@ class TokenEndpointController extends Controller
|
|||
}
|
||||
|
||||
return response()->json([
|
||||
'error' => 'There was an error verifying the authorisation code.'
|
||||
'error' => 'There was an error verifying the authorisation code.',
|
||||
], 401);
|
||||
}
|
||||
|
||||
return response()->json([
|
||||
'error' => 'Can’t determine the authorisation endpoint.'
|
||||
'error' => 'Can’t determine the authorisation endpoint.',
|
||||
], 400);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue