Fix eslint errors

This commit is contained in:
Vishal Banthia
2016-02-03 15:39:35 +09:00
parent c3df22070c
commit 97269b3aa8
2 changed files with 41 additions and 39 deletions

View File

@@ -603,12 +603,12 @@ program
}
require('./units/auth/openid')({
port: options.port,
secret: options.secret,
appUrl: options.appUrl,
openid: {
port: options.port
, secret: options.secret
, appUrl: options.appUrl
, openid: {
identifierUrl: options.openidIdentifierUrl
},
}
})
})