Skip to content

Commit

Permalink
fix uncaugh exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Mar 9, 2016
1 parent 4ae06f6 commit e87e2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wsfederation-responses.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var path = require('path');
var wsfed = require('wsfed');
var xtend = require('xtend');
var cookieSessions = require('cookie-sessions');
var nconf = require('nconf');

var credentials = {
cert: nconf.get('AUTH_CERT') || fs.readFileSync(path.join(__dirname, '../certs/cert.pem')),
Expand Down

0 comments on commit e87e2ff

Please sign in to comment.