Skip to content

Commit 0369311

Browse files
authored
Fix typo
1 parent f872b07 commit 0369311

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
if ($request->isMethod('get')) {
191191
$errorDescription = trim(substr($request->query('error_description', 'SOMETHING_ELSE'), 0, 11));
192192
if($errorDescription == "AADSTS50105") {
193-
abort(403, "User is not authorisied within Azure AD to access this application.");
193+
abort(403, "User is not authorized within Azure AD to access this application.");
194194
}
195195
}
196196

0 commit comments

Comments
 (0)