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