Skip to content

Commit

Permalink
don't hard code login path
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamb committed Apr 19, 2012
1 parent 900cfa3 commit 6acf619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cas-sfu.js
Expand Up @@ -134,7 +134,6 @@ exports.getMiddleware = function(options) {
});
} else {
// no ticket, redirect to cas login
redirectUrl = url.parse(options.casBase + '/login', true);
service = serverBaseUrl + req.url;
console.log('SERVICE: ' + service);
redirectUrl.query.service = service;
Expand Down

0 comments on commit 6acf619

Please sign in to comment.