Skip to content

Commit

Permalink
NO-ISSUE: Resolve comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kerdel authored and satrun77 committed Aug 30, 2023
1 parent b4a92e9 commit 89e10e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/SAMLMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function process(HTTPRequest $request, callable $delegate)
return $delegate($request);
}

// If we get this far, then the middleware is enabled, doensdoesn't match an exclusion rule, and the user is not
// If we get this far, then the middleware is enabled, doesn't match an exclusion rule, and the user is not
// logged in. Therefore, we should redirect them to the identity provider to log in, and set the back URL to the
// current URL for when they successfully return
/** @var SAMLHelper $helper */
Expand Down

0 comments on commit 89e10e7

Please sign in to comment.