jsumners / hapi-cas

A Hapi framework plugin to provide authentication via servers implementing Apereo's CAS protocol
5 stars 3 forks source link

correct paren in wrong place #5

Closed mpmeyer closed 8 years ago

mpmeyer commented 8 years ago

I believe the parenthesis in the return statement is in the wrong place, resulting in the return of the response object instead of performing the redirect.

Create pull request to develop, closed https://github.com/jsumners/hapi-cas/pull/2

jsumners commented 8 years ago

Thank you for finding the problem and submitting the fix.