Skip to content

Commit 5ebceb5

Browse files
Merge pull request #31 from mgrinspan/patch-1
Fix typo
2 parents ef3eb21 + 0d1177c commit 5ebceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ protected function fail(Request $request, \Exception $e)
190190
$azureErrors = [
191191
'AADSTS50105' => [
192192
'HTTP_CODE' => '403',
193-
'msg' => 'User is not authorised within Azure AD to access this application.',
193+
'msg' => 'User is not authorized within Azure AD to access this application.',
194194
],
195195
'AADSTS90072' => [
196196
'HTTP_CODE' => '403',

0 commit comments

Comments
 (0)